Interface Event.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<Event.Builder,
,Event> SdkBuilder<Event.Builder,
,Event> SdkPojo
- Enclosing class:
Event
@Mutable
@NotThreadSafe
public static interface Event.Builder
extends SdkPojo, CopyableBuilder<Event.Builder,Event>
-
Method Summary
Modifier and TypeMethodDescriptionThe date of the event.eventCategories
(String... eventCategories) The event categories available for the specified source type.eventCategories
(Collection<String> eventCategories) The event categories available for the specified source type.The event message.sourceIdentifier
(String sourceIdentifier) The identifier of an event source.sourceType
(String sourceType) The type of DMS resource that generates events.sourceType
(SourceType sourceType) The type of DMS resource that generates events.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
sourceIdentifier
The identifier of an event source.
- Parameters:
sourceIdentifier
- The identifier of an event source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sourceType
The type of DMS resource that generates events.
Valid values: replication-instance | endpoint | replication-task
- Parameters:
sourceType
- The type of DMS resource that generates events.Valid values: replication-instance | endpoint | replication-task
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sourceType
The type of DMS resource that generates events.
Valid values: replication-instance | endpoint | replication-task
- Parameters:
sourceType
- The type of DMS resource that generates events.Valid values: replication-instance | endpoint | replication-task
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
message
The event message.
- Parameters:
message
- The event message.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
eventCategories
The event categories available for the specified source type.
- Parameters:
eventCategories
- The event categories available for the specified source type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
eventCategories
The event categories available for the specified source type.
- Parameters:
eventCategories
- The event categories available for the specified source type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
date
The date of the event.
- Parameters:
date
- The date of the event.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-