Interface EventCategoryGroup.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<EventCategoryGroup.Builder,
,EventCategoryGroup> SdkBuilder<EventCategoryGroup.Builder,
,EventCategoryGroup> SdkPojo
- Enclosing class:
EventCategoryGroup
public static interface EventCategoryGroup.Builder
extends SdkPojo, CopyableBuilder<EventCategoryGroup.Builder,EventCategoryGroup>
-
Method Summary
Modifier and TypeMethodDescriptioneventCategories
(String... eventCategories) A list of event categories from a source type that you've chosen.eventCategories
(Collection<String> eventCategories) A list of event categories from a source type that you've chosen.sourceType
(String 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, sdkFields
-
Method Details
-
sourceType
The type of DMS resource that generates events.
Valid values: replication-instance | replication-server | security-group | replication-task
- Parameters:
sourceType
- The type of DMS resource that generates events.Valid values: replication-instance | replication-server | security-group | replication-task
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
eventCategories
A list of event categories from a source type that you've chosen.
- Parameters:
eventCategories
- A list of event categories from a source type that you've chosen.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
eventCategories
A list of event categories from a source type that you've chosen.
- Parameters:
eventCategories
- A list of event categories from a source type that you've chosen.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-