Uses of Interface
software.amazon.awssdk.services.quicksight.model.BatchCreateTopicReviewedAnswerRequest.Builder
-
Packages that use BatchCreateTopicReviewedAnswerRequest.Builder Package Description software.amazon.awssdk.services.quicksight Amazon QuickSight API Reference software.amazon.awssdk.services.quicksight.model -
-
Uses of BatchCreateTopicReviewedAnswerRequest.Builder in software.amazon.awssdk.services.quicksight
Method parameters in software.amazon.awssdk.services.quicksight with type arguments of type BatchCreateTopicReviewedAnswerRequest.Builder Modifier and Type Method Description default CompletableFuture<BatchCreateTopicReviewedAnswerResponse>QuickSightAsyncClient. batchCreateTopicReviewedAnswer(Consumer<BatchCreateTopicReviewedAnswerRequest.Builder> batchCreateTopicReviewedAnswerRequest)Creates new reviewed answers for a Q Topic.default BatchCreateTopicReviewedAnswerResponseQuickSightClient. batchCreateTopicReviewedAnswer(Consumer<BatchCreateTopicReviewedAnswerRequest.Builder> batchCreateTopicReviewedAnswerRequest)Creates new reviewed answers for a Q Topic. -
Uses of BatchCreateTopicReviewedAnswerRequest.Builder in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return BatchCreateTopicReviewedAnswerRequest.Builder Modifier and Type Method Description BatchCreateTopicReviewedAnswerRequest.BuilderBatchCreateTopicReviewedAnswerRequest.Builder. answers(Collection<CreateTopicReviewedAnswer> answers)The definition of the Answers to be created.BatchCreateTopicReviewedAnswerRequest.BuilderBatchCreateTopicReviewedAnswerRequest.Builder. answers(Consumer<CreateTopicReviewedAnswer.Builder>... answers)The definition of the Answers to be created.BatchCreateTopicReviewedAnswerRequest.BuilderBatchCreateTopicReviewedAnswerRequest.Builder. answers(CreateTopicReviewedAnswer... answers)The definition of the Answers to be created.BatchCreateTopicReviewedAnswerRequest.BuilderBatchCreateTopicReviewedAnswerRequest.Builder. awsAccountId(String awsAccountId)The ID of the Amazon Web Services account that you want to create a reviewed answer in.static BatchCreateTopicReviewedAnswerRequest.BuilderBatchCreateTopicReviewedAnswerRequest. builder()BatchCreateTopicReviewedAnswerRequest.BuilderBatchCreateTopicReviewedAnswerRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)BatchCreateTopicReviewedAnswerRequest.BuilderBatchCreateTopicReviewedAnswerRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)BatchCreateTopicReviewedAnswerRequest.BuilderBatchCreateTopicReviewedAnswerRequest. toBuilder()BatchCreateTopicReviewedAnswerRequest.BuilderBatchCreateTopicReviewedAnswerRequest.Builder. topicId(String topicId)The ID for the topic reviewed answer that you want to create.Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type BatchCreateTopicReviewedAnswerRequest.Builder Modifier and Type Method Description static Class<? extends BatchCreateTopicReviewedAnswerRequest.Builder>BatchCreateTopicReviewedAnswerRequest. serializableBuilderClass()
-