primaryVisual
The PrimaryVisual
for the CreateTopicReviewedAnswer
.
- Parameters:
primaryVisual
- ThePrimaryVisual
for theCreateTopicReviewedAnswer
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
Buildable
, CopyableBuilder<CreateTopicReviewedAnswer.Builder,CreateTopicReviewedAnswer>
, SdkBuilder<CreateTopicReviewedAnswer.Builder,CreateTopicReviewedAnswer>
, SdkPojo
CreateTopicReviewedAnswer
CreateTopicReviewedAnswer
.datasetArn(String datasetArn)
CreateTopicReviewedAnswer
.mir(Consumer<TopicIR.Builder> mir)
CreateTopicReviewedAnswer
.CreateTopicReviewedAnswer
.primaryVisual(Consumer<TopicVisual.Builder> primaryVisual)
PrimaryVisual
for the CreateTopicReviewedAnswer
.primaryVisual(TopicVisual primaryVisual)
PrimaryVisual
for the CreateTopicReviewedAnswer
.template(Consumer<TopicTemplate.Builder> template)
CreateTopicReviewedAnswer
.template(TopicTemplate template)
CreateTopicReviewedAnswer
.copy
applyMutation, build
equalsBySdkFields, sdkFields
The answer ID for the CreateTopicReviewedAnswer
.
answerId
- The answer ID for the CreateTopicReviewedAnswer
.
The Dataset arn for the CreateTopicReviewedAnswer
.
datasetArn
- The Dataset arn for the CreateTopicReviewedAnswer
.The Question to be created.
question
- The Question to be created.
The Mir for the CreateTopicReviewedAnswer
.
mir
- The Mir for the CreateTopicReviewedAnswer
.
The Mir for the CreateTopicReviewedAnswer
.
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 PrimaryVisual
for the CreateTopicReviewedAnswer
.
primaryVisual
- The PrimaryVisual
for the CreateTopicReviewedAnswer
.
The PrimaryVisual
for the CreateTopicReviewedAnswer
.
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 CreateTopicReviewedAnswer
.
template
- The template for the CreateTopicReviewedAnswer
.
The template for the CreateTopicReviewedAnswer
.
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