primaryVisual
The primary visual for the TopicReviewedAnswer
.
- Parameters:
primaryVisual
- The primary visual for theTopicReviewedAnswer
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
Buildable
, CopyableBuilder<TopicReviewedAnswer.Builder,TopicReviewedAnswer>
, SdkBuilder<TopicReviewedAnswer.Builder,TopicReviewedAnswer>
, SdkPojo
TopicReviewedAnswer
datasetArn(String datasetArn)
TopicReviewedAnswer
.default TopicReviewedAnswer.Builder
mir(Consumer<TopicIR.Builder> mir)
TopicReviewedAnswer
.TopicReviewedAnswer
.default TopicReviewedAnswer.Builder
primaryVisual(Consumer<TopicVisual.Builder> primaryVisual)
TopicReviewedAnswer
.primaryVisual(TopicVisual primaryVisual)
TopicReviewedAnswer
.TopicReviewedAnswer
.default TopicReviewedAnswer.Builder
template(Consumer<TopicTemplate.Builder> template)
TopicReviewedAnswer
.template(TopicTemplate template)
TopicReviewedAnswer
.copy
applyMutation, build
equalsBySdkFields, sdkFields
The Amazon Resource Name (ARN) of the reviewed answer.
arn
- The Amazon Resource Name (ARN) of the reviewed answer.The answer ID of the reviewed answer.
answerId
- The answer ID of the reviewed answer.
The Dataset ARN for the TopicReviewedAnswer
.
datasetArn
- The Dataset ARN for the TopicReviewedAnswer
.
The question for the TopicReviewedAnswer
.
question
- The question for the TopicReviewedAnswer
.
The mir for the TopicReviewedAnswer
.
mir
- The mir for the TopicReviewedAnswer
.
The mir for the TopicReviewedAnswer
.
TopicIR.Builder
avoiding the need to
create one manually via TopicIR.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its result is
passed to mir(TopicIR)
.
mir
- a consumer that will call methods on TopicIR.Builder
The primary visual for the TopicReviewedAnswer
.
primaryVisual
- The primary visual for the TopicReviewedAnswer
.
The primary visual for the TopicReviewedAnswer
.
TopicVisual.Builder
avoiding the need to
create one manually via TopicVisual.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its result
is passed to primaryVisual(TopicVisual)
.
primaryVisual
- a consumer that will call methods on TopicVisual.Builder
The template for the TopicReviewedAnswer
.
template
- The template for the TopicReviewedAnswer
.
The template for the TopicReviewedAnswer
.
TopicTemplate.Builder
avoiding the need
to create one manually via TopicTemplate.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its
result is passed to template(TopicTemplate)
.
template
- a consumer that will call methods on TopicTemplate.Builder