public static interface ModifyEventSubscriptionRequest.Builder extends DatabaseMigrationRequest.Builder, CopyableBuilder<ModifyEventSubscriptionRequest.Builder,ModifyEventSubscriptionRequest>
Modifier and Type | Method and Description |
---|---|
ModifyEventSubscriptionRequest.Builder |
enabled(Boolean enabled)
A Boolean value; set to true to activate the subscription.
|
ModifyEventSubscriptionRequest.Builder |
eventCategories(Collection<String> eventCategories)
A list of event categories for a source type that you want to subscribe to.
|
ModifyEventSubscriptionRequest.Builder |
eventCategories(String... eventCategories)
A list of event categories for a source type that you want to subscribe to.
|
ModifyEventSubscriptionRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
ModifyEventSubscriptionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
ModifyEventSubscriptionRequest.Builder |
snsTopicArn(String snsTopicArn)
The Amazon Resource Name (ARN) of the Amazon SNS topic created for event notification.
|
ModifyEventSubscriptionRequest.Builder |
sourceType(String sourceType)
The type of AWS DMS resource that generates the events you want to subscribe to.
|
ModifyEventSubscriptionRequest.Builder |
subscriptionName(String subscriptionName)
The name of the AWS DMS event notification subscription to be modified.
|
build
overrideConfiguration
copy
applyMutation, build
ModifyEventSubscriptionRequest.Builder subscriptionName(String subscriptionName)
The name of the AWS DMS event notification subscription to be modified.
subscriptionName
- The name of the AWS DMS event notification subscription to be modified.ModifyEventSubscriptionRequest.Builder snsTopicArn(String snsTopicArn)
The Amazon Resource Name (ARN) of the Amazon SNS topic created for event notification. The ARN is created by Amazon SNS when you create a topic and subscribe to it.
snsTopicArn
- The Amazon Resource Name (ARN) of the Amazon SNS topic created for event notification. The ARN is
created by Amazon SNS when you create a topic and subscribe to it.ModifyEventSubscriptionRequest.Builder sourceType(String sourceType)
The type of AWS DMS resource that generates the events you want to subscribe to.
Valid values: replication-instance | migration-task
sourceType
- The type of AWS DMS resource that generates the events you want to subscribe to.
Valid values: replication-instance | migration-task
ModifyEventSubscriptionRequest.Builder eventCategories(Collection<String> eventCategories)
A list of event categories for a source type that you want to subscribe to. Use the
DescribeEventCategories
action to see a list of event categories.
eventCategories
- A list of event categories for a source type that you want to subscribe to. Use the
DescribeEventCategories
action to see a list of event categories.ModifyEventSubscriptionRequest.Builder eventCategories(String... eventCategories)
A list of event categories for a source type that you want to subscribe to. Use the
DescribeEventCategories
action to see a list of event categories.
eventCategories
- A list of event categories for a source type that you want to subscribe to. Use the
DescribeEventCategories
action to see a list of event categories.ModifyEventSubscriptionRequest.Builder enabled(Boolean enabled)
A Boolean value; set to true to activate the subscription.
enabled
- A Boolean value; set to true to activate the subscription.ModifyEventSubscriptionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.ModifyEventSubscriptionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.