Interface ListTopicReviewedAnswersResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<ListTopicReviewedAnswersResponse.Builder,
,ListTopicReviewedAnswersResponse> QuickSightResponse.Builder
,SdkBuilder<ListTopicReviewedAnswersResponse.Builder,
,ListTopicReviewedAnswersResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
ListTopicReviewedAnswersResponse
public static interface ListTopicReviewedAnswersResponse.Builder
extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<ListTopicReviewedAnswersResponse.Builder,ListTopicReviewedAnswersResponse>
-
Method Summary
Modifier and TypeMethodDescriptionanswers
(Collection<TopicReviewedAnswer> answers) The definition of all Answers in the topic.answers
(Consumer<TopicReviewedAnswer.Builder>... answers) The definition of all Answers in the topic.answers
(TopicReviewedAnswer... answers) The definition of all Answers in the topic.The Amazon Web Services request ID for this operation.The HTTP status of the request.The Amazon Resource Name (ARN) of the topic.The ID for the topic that contains the reviewed answer that you want to list.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.quicksight.model.QuickSightResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
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.
-
topicArn
The Amazon Resource Name (ARN) of the topic.
- Parameters:
topicArn
- The Amazon Resource Name (ARN) of the topic.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
answers
The definition of all Answers in the topic.
- Parameters:
answers
- The definition of all Answers in the topic.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
answers
The definition of all Answers in the topic.
- Parameters:
answers
- The definition of all Answers in the topic.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
answers
The definition of all Answers in the topic.
This is a convenience method that creates an instance of theTopicReviewedAnswer.Builder
avoiding the need to create one manually viaTopicReviewedAnswer.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toanswers(List<TopicReviewedAnswer>)
.- Parameters:
answers
- a consumer that will call methods onTopicReviewedAnswer.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The HTTP status of the request.
- Parameters:
status
- The HTTP status of the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
requestId
The Amazon Web Services request ID for this operation.
- Parameters:
requestId
- The Amazon Web Services request ID for this operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-