public static interface DeleteTopicRuleDestinationRequest.Builder extends IotRequest.Builder, SdkPojo, CopyableBuilder<DeleteTopicRuleDestinationRequest.Builder,DeleteTopicRuleDestinationRequest>
Modifier and Type | Method and Description |
---|---|
DeleteTopicRuleDestinationRequest.Builder |
arn(String arn)
The ARN of the topic rule destination to delete.
|
DeleteTopicRuleDestinationRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteTopicRuleDestinationRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
DeleteTopicRuleDestinationRequest.Builder arn(String arn)
The ARN of the topic rule destination to delete.
arn
- The ARN of the topic rule destination to delete.DeleteTopicRuleDestinationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
DeleteTopicRuleDestinationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2023. All rights reserved.