public static interface Event.Builder extends CopyableBuilder<Event.Builder,Event>
| Modifier and Type | Method and Description | 
|---|---|
| Event.Builder | date(Instant date)
 The date and time when the event occurred. | 
| Event.Builder | message(String message)
 A user-defined message associated with the event. | 
| Event.Builder | sourceName(String sourceName)
 The source of the event. | 
| Event.Builder | sourceType(SourceType sourceType)
 Specifies the origin of this event - a cluster, a parameter group, a node ID, etc. | 
| Event.Builder | sourceType(String sourceType)
 Specifies the origin of this event - a cluster, a parameter group, a node ID, etc. | 
copyapplyMutation, buildEvent.Builder sourceName(String sourceName)
The source of the event. For example, if the event occurred at the node level, the source would be the node ID.
sourceName - The source of the event. For example, if the event occurred at the node level, the source would be the
        node ID.Event.Builder sourceType(String sourceType)
Specifies the origin of this event - a cluster, a parameter group, a node ID, etc.
sourceType - Specifies the origin of this event - a cluster, a parameter group, a node ID, etc.SourceType, 
SourceTypeEvent.Builder sourceType(SourceType sourceType)
Specifies the origin of this event - a cluster, a parameter group, a node ID, etc.
sourceType - Specifies the origin of this event - a cluster, a parameter group, a node ID, etc.SourceType, 
SourceTypeEvent.Builder message(String message)
A user-defined message associated with the event.
message - A user-defined message associated with the event.Event.Builder date(Instant date)
The date and time when the event occurred.
date - The date and time when the event occurred.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.