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)
The text of the event.
|
Event.Builder |
sourceName(String sourceName)
The name for the source of the event.
|
Event.Builder |
sourceType(SourceType sourceType)
Specifies the origin of this event - a cluster, a parameter group, a security group, etc.
|
Event.Builder |
sourceType(String sourceType)
Specifies the origin of this event - a cluster, a parameter group, a security group, etc.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEvent.Builder sourceName(String sourceName)
The name for the source of the event. For example, if the event occurred at the cluster level, the identifier would be the name of the cluster.
sourceName - The name for the source of the event. For example, if the event occurred at the cluster level, the
identifier would be the name of the cluster.Event.Builder sourceType(String sourceType)
Specifies the origin of this event - a cluster, a parameter group, a security group, etc.
sourceType - Specifies the origin of this event - a cluster, a parameter group, a security group, etc.SourceType,
SourceTypeEvent.Builder sourceType(SourceType sourceType)
Specifies the origin of this event - a cluster, a parameter group, a security group, etc.
sourceType - Specifies the origin of this event - a cluster, a parameter group, a security group, etc.SourceType,
SourceTypeEvent.Builder message(String message)
The text of the event.
message - The text of 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 © 2022. All rights reserved.