Interface ListTopicReviewedAnswersResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListTopicReviewedAnswersResponse.Builder,ListTopicReviewedAnswersResponse>,QuickSightResponse.Builder,SdkBuilder<ListTopicReviewedAnswersResponse.Builder,ListTopicReviewedAnswersResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListTopicReviewedAnswersResponse
@Mutable @NotThreadSafe public static interface ListTopicReviewedAnswersResponse.Builder extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<ListTopicReviewedAnswersResponse.Builder,ListTopicReviewedAnswersResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListTopicReviewedAnswersResponse.Builderanswers(Collection<TopicReviewedAnswer> answers)The definition of all Answers in the topic.ListTopicReviewedAnswersResponse.Builderanswers(Consumer<TopicReviewedAnswer.Builder>... answers)The definition of all Answers in the topic.ListTopicReviewedAnswersResponse.Builderanswers(TopicReviewedAnswer... answers)The definition of all Answers in the topic.ListTopicReviewedAnswersResponse.BuilderrequestId(String requestId)The Amazon Web Services request ID for this operation.ListTopicReviewedAnswersResponse.Builderstatus(Integer status)The HTTP status of the request.ListTopicReviewedAnswersResponse.BuildertopicArn(String topicArn)The Amazon Resource Name (ARN) of the topic.ListTopicReviewedAnswersResponse.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.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, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
topicId
ListTopicReviewedAnswersResponse.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.
-
topicArn
ListTopicReviewedAnswersResponse.Builder topicArn(String 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
ListTopicReviewedAnswersResponse.Builder answers(Collection<TopicReviewedAnswer> 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
ListTopicReviewedAnswersResponse.Builder answers(TopicReviewedAnswer... 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
ListTopicReviewedAnswersResponse.Builder answers(Consumer<TopicReviewedAnswer.Builder>... answers)
The definition of all Answers in the topic.
This is a convenience method that creates an instance of theTopicReviewedAnswer.Builderavoiding the need to create one manually viaTopicReviewedAnswer.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#answers(List.) - 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:
#answers(java.util.Collection)
-
status
ListTopicReviewedAnswersResponse.Builder status(Integer 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
ListTopicReviewedAnswersResponse.Builder requestId(String 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.
-
-