public static interface DeleteTopicRequest.Builder extends QuickSightRequest.Builder, SdkPojo, CopyableBuilder<DeleteTopicRequest.Builder,DeleteTopicRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteTopicRequest.Builder |
awsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that contains the topic that you want to delete.
|
DeleteTopicRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteTopicRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DeleteTopicRequest.Builder |
topicId(String topicId)
The ID of the topic that you want to delete.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteTopicRequest.Builder awsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that contains the topic that you want to delete.
awsAccountId - The ID of the Amazon Web Services account that contains the topic that you want to delete.DeleteTopicRequest.Builder topicId(String topicId)
The ID of the topic that you want to delete. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
topicId - The ID of the topic that you want to delete. This ID is unique per Amazon Web Services Region for each
Amazon Web Services account.DeleteTopicRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeleteTopicRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.