public static interface Event.Builder extends SdkPojo, 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.
|
copy
applyMutation, build
Event.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
,
SourceType
Event.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
,
SourceType
Event.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.