Interface EventSubscription.Builder

    • Method Detail

      • customerAwsId

        EventSubscription.Builder customerAwsId​(String customerAwsId)

        The Amazon Web Services customer account associated with the DMS event notification subscription.

        Parameters:
        customerAwsId - The Amazon Web Services customer account associated with the DMS event notification subscription.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • custSubscriptionId

        EventSubscription.Builder custSubscriptionId​(String custSubscriptionId)

        The DMS event notification subscription Id.

        Parameters:
        custSubscriptionId - The DMS event notification subscription Id.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • snsTopicArn

        EventSubscription.Builder snsTopicArn​(String snsTopicArn)

        The topic ARN of the DMS event notification subscription.

        Parameters:
        snsTopicArn - The topic ARN of the DMS event notification subscription.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • status

        EventSubscription.Builder status​(String status)

        The status of the DMS event notification subscription.

        Constraints:

        Can be one of the following: creating | modifying | deleting | active | no-permission | topic-not-exist

        The status "no-permission" indicates that DMS no longer has permission to post to the SNS topic. The status "topic-not-exist" indicates that the topic was deleted after the subscription was created.

        Parameters:
        status - The status of the DMS event notification subscription.

        Constraints:

        Can be one of the following: creating | modifying | deleting | active | no-permission | topic-not-exist

        The status "no-permission" indicates that DMS no longer has permission to post to the SNS topic. The status "topic-not-exist" indicates that the topic was deleted after the subscription was created.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • subscriptionCreationTime

        EventSubscription.Builder subscriptionCreationTime​(String subscriptionCreationTime)

        The time the DMS event notification subscription was created.

        Parameters:
        subscriptionCreationTime - The time the DMS event notification subscription was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sourceType

        EventSubscription.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.
      • sourceIdsList

        EventSubscription.Builder sourceIdsList​(Collection<String> sourceIdsList)

        A list of source Ids for the event subscription.

        Parameters:
        sourceIdsList - A list of source Ids for the event subscription.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sourceIdsList

        EventSubscription.Builder sourceIdsList​(String... sourceIdsList)

        A list of source Ids for the event subscription.

        Parameters:
        sourceIdsList - A list of source Ids for the event subscription.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • eventCategoriesList

        EventSubscription.Builder eventCategoriesList​(Collection<String> eventCategoriesList)

        A lists of event categories.

        Parameters:
        eventCategoriesList - A lists of event categories.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • eventCategoriesList

        EventSubscription.Builder eventCategoriesList​(String... eventCategoriesList)

        A lists of event categories.

        Parameters:
        eventCategoriesList - A lists of event categories.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • enabled

        EventSubscription.Builder enabled​(Boolean enabled)

        Boolean value that indicates if the event subscription is enabled.

        Parameters:
        enabled - Boolean value that indicates if the event subscription is enabled.
        Returns:
        Returns a reference to this object so that method calls can be chained together.