Interface ListTopicReviewedAnswersRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListTopicReviewedAnswersRequest.Builder,ListTopicReviewedAnswersRequest>,QuickSightRequest.Builder,SdkBuilder<ListTopicReviewedAnswersRequest.Builder,ListTopicReviewedAnswersRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListTopicReviewedAnswersRequest
@Mutable @NotThreadSafe public static interface ListTopicReviewedAnswersRequest.Builder extends QuickSightRequest.Builder, SdkPojo, CopyableBuilder<ListTopicReviewedAnswersRequest.Builder,ListTopicReviewedAnswersRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListTopicReviewedAnswersRequest.BuilderawsAccountId(String awsAccountId)The ID of the Amazon Web Services account that containd the reviewed answers that you want listed.ListTopicReviewedAnswersRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListTopicReviewedAnswersRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListTopicReviewedAnswersRequest.BuildertopicId(String topicId)The ID for the topic that contains the reviewed answer that you want to list.-
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
ListTopicReviewedAnswersRequest.Builder awsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that containd the reviewed answers that you want listed.
- Parameters:
awsAccountId- The ID of the Amazon Web Services account that containd the reviewed answers that you want listed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
topicId
ListTopicReviewedAnswersRequest.Builder topicId(String topicId)
The ID for the topic that contains the reviewed answer that you want to list. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
- Parameters:
topicId- The ID for the topic that contains the reviewed answer that you want to list. 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
ListTopicReviewedAnswersRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListTopicReviewedAnswersRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-