Interface DeleteTopicRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DeleteTopicRequest.Builder,DeleteTopicRequest>,QuickSightRequest.Builder,SdkBuilder<DeleteTopicRequest.Builder,DeleteTopicRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DeleteTopicRequest
@Mutable @NotThreadSafe public static interface DeleteTopicRequest.Builder extends QuickSightRequest.Builder, SdkPojo, CopyableBuilder<DeleteTopicRequest.Builder,DeleteTopicRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteTopicRequest.BuilderawsAccountId(String awsAccountId)The ID of the Amazon Web Services account that contains the topic that you want to delete.DeleteTopicRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeleteTopicRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DeleteTopicRequest.BuildertopicId(String topicId)The ID of the topic that you want to delete.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.quicksight.model.QuickSightRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
awsAccountId
DeleteTopicRequest.Builder awsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that contains the topic that you want to delete.
- Parameters:
awsAccountId- The ID of the Amazon Web Services account that contains the topic that you want to delete.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
topicId
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DeleteTopicRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DeleteTopicRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-