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 Details

    • sourceType

      EventCategoryGroup.Builder sourceType(String 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

      EventCategoryGroup.Builder eventCategories(Collection<String> 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

      EventCategoryGroup.Builder eventCategories(String... 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.