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 when the event occurred.A user-defined message associated with the event.sourceName(String sourceName) The source of the event.sourceType(String sourceType) Specifies the origin of this event - a cluster, a parameter group, a node ID, etc.sourceType(SourceType sourceType) Specifies the origin of this event - a cluster, a parameter group, a node ID, etc.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- 
sourceNameThe source of the event. For example, if the event occurred at the node level, the source would be the node ID. - Parameters:
- sourceName- The source of the event. For example, if the event occurred at the node level, the source would be the node ID.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
sourceTypeSpecifies the origin of this event - a cluster, a parameter group, a node ID, etc. - Parameters:
- sourceType- Specifies the origin of this event - a cluster, a parameter group, a node ID, etc.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
sourceTypeSpecifies the origin of this event - a cluster, a parameter group, a node ID, etc. - Parameters:
- sourceType- Specifies the origin of this event - a cluster, a parameter group, a node ID, etc.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
messageA user-defined message associated with the event. - Parameters:
- message- A user-defined message associated with the event.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
dateThe date and time when the event occurred. - Parameters:
- date- The date and time when the event occurred.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-