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 the event source.
|
Event.Builder |
sourceType(SourceType sourceType)
The type of AWS DMS resource that generates events.
|
Event.Builder |
sourceType(String sourceType)
The type of AWS DMS resource that generates events.
|
copy
applyMutation, build
Event.Builder sourceIdentifier(String sourceIdentifier)
The identifier of the event source. An identifier must begin with a letter and must contain only ASCII letters, digits, and hyphens; it cannot end with a hyphen or contain two consecutive hyphens.
Constraints:replication instance, endpoint, migration task
sourceIdentifier
- The identifier of the event source. An identifier must begin with a letter and must contain only ASCII
letters, digits, and hyphens; it cannot end with a hyphen or contain two consecutive hyphens.
Constraints:replication instance, endpoint, migration task
Event.Builder sourceType(String sourceType)
The type of AWS DMS resource that generates events.
Valid values: replication-instance | endpoint | migration-task
sourceType
- The type of AWS DMS resource that generates events.
Valid values: replication-instance | endpoint | migration-task
SourceType
,
SourceType
Event.Builder sourceType(SourceType sourceType)
The type of AWS DMS resource that generates events.
Valid values: replication-instance | endpoint | migration-task
sourceType
- The type of AWS DMS resource that generates events.
Valid values: replication-instance | endpoint | migration-task
SourceType
,
SourceType
Event.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 © 2017 Amazon Web Services, Inc. All Rights Reserved.