public static interface Event.Builder extends SdkPojo, CopyableBuilder<Event.Builder,Event>
| Modifier and Type | Method and Description |
|---|---|
Event.Builder |
date(Instant date)
The date of the event.
|
Event.Builder |
eventCategories(Collection<String> eventCategories)
The event categories available for the specified source type.
|
Event.Builder |
eventCategories(String... eventCategories)
The event categories available for the specified source type.
|
Event.Builder |
message(String message)
The event message.
|
Event.Builder |
sourceIdentifier(String sourceIdentifier)
The identifier of an event source.
|
Event.Builder |
sourceType(SourceType sourceType)
The type of DMS resource that generates events.
|
Event.Builder |
sourceType(String sourceType)
The type of DMS resource that generates events.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEvent.Builder sourceIdentifier(String sourceIdentifier)
The identifier of an event source.
sourceIdentifier - The identifier of an event source.Event.Builder sourceType(String sourceType)
The type of DMS resource that generates events.
Valid values: replication-instance | endpoint | replication-task
sourceType - The type of DMS resource that generates events.
Valid values: replication-instance | endpoint | replication-task
SourceType,
SourceTypeEvent.Builder sourceType(SourceType sourceType)
The type of DMS resource that generates events.
Valid values: replication-instance | endpoint | replication-task
sourceType - The type of DMS resource that generates events.
Valid values: replication-instance | endpoint | replication-task
SourceType,
SourceTypeEvent.Builder message(String message)
The event message.
message - The event message.Event.Builder eventCategories(Collection<String> eventCategories)
The event categories available for the specified source type.
eventCategories - The event categories available for the specified source type.Event.Builder eventCategories(String... eventCategories)
The event categories available for the specified source type.
eventCategories - The event categories available for the specified source type.Event.Builder date(Instant date)
The date of the event.
date - The date of the event.Copyright © 2023. All rights reserved.