Interface Event.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<Event.Builder,,- Event> - SdkBuilder<Event.Builder,,- Event> - SdkPojo
- Enclosing class:
- Event
@Mutable
@NotThreadSafe
public static interface Event.Builder
extends SdkPojo, CopyableBuilder<Event.Builder,Event> 
- 
Method SummaryModifier and TypeMethodDescriptionThe date and time of the event.eventCategories(String... eventCategories) A list of the event categories.eventCategories(Collection<String> eventCategories) A list of the event categories.The identifier of the event.The text of this event.The severity of the event.sourceIdentifier(String sourceIdentifier) The identifier for the source of the event.sourceType(String sourceType) The source type for this event.sourceType(SourceType sourceType) The source type for this event.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
sourceIdentifierThe identifier for the source of the event. - Parameters:
- sourceIdentifier- The identifier for the source of the event.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
sourceTypeThe source type for this event. - Parameters:
- sourceType- The source type for this event.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
sourceTypeThe source type for this event. - Parameters:
- sourceType- The source type for this event.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
messageThe text of this event. - Parameters:
- message- The text of this event.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
eventCategoriesA list of the event categories. Values: Configuration, Management, Monitoring, Security, Pending - Parameters:
- eventCategories- A list of the event categories.- Values: Configuration, Management, Monitoring, Security, Pending 
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
eventCategoriesA list of the event categories. Values: Configuration, Management, Monitoring, Security, Pending - Parameters:
- eventCategories- A list of the event categories.- Values: Configuration, Management, Monitoring, Security, Pending 
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
severityThe severity of the event. Values: ERROR, INFO - Parameters:
- severity- The severity of the event.- Values: ERROR, INFO 
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
dateThe date and time of the event. - Parameters:
- date- The date and time of the event.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
eventIdThe identifier of the event. - Parameters:
- eventId- The identifier of the event.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-