Interface DescribeTopicPermissionsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DescribeTopicPermissionsRequest.Builder,DescribeTopicPermissionsRequest>,QuickSightRequest.Builder,SdkBuilder<DescribeTopicPermissionsRequest.Builder,DescribeTopicPermissionsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DescribeTopicPermissionsRequest
public static interface DescribeTopicPermissionsRequest.Builder extends QuickSightRequest.Builder, SdkPojo, CopyableBuilder<DescribeTopicPermissionsRequest.Builder,DescribeTopicPermissionsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeTopicPermissionsRequest.BuilderawsAccountId(String awsAccountId)The ID of the Amazon Web Services account that contains the topic that you want described.DescribeTopicPermissionsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeTopicPermissionsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DescribeTopicPermissionsRequest.BuildertopicId(String topicId)The ID of the topic that you want to describe.-
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, sdkFields
-
-
-
-
Method Detail
-
awsAccountId
DescribeTopicPermissionsRequest.Builder awsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that contains the topic that you want described.
- Parameters:
awsAccountId- The ID of the Amazon Web Services account that contains the topic that you want described.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
topicId
DescribeTopicPermissionsRequest.Builder topicId(String topicId)
The ID of the topic that you want to describe. 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 describe. 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
DescribeTopicPermissionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeTopicPermissionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-