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 |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
ModifyEventSubscriptionRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.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.
|
buildrequestOverrideConfigcopyapply, buildModifyEventSubscriptionRequest.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 requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.ModifyEventSubscriptionRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.