Interface EvaluationFormMultiSelectQuestionAutomation.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<EvaluationFormMultiSelectQuestionAutomation.Builder,,EvaluationFormMultiSelectQuestionAutomation> SdkBuilder<EvaluationFormMultiSelectQuestionAutomation.Builder,,EvaluationFormMultiSelectQuestionAutomation> SdkPojo
- Enclosing class:
EvaluationFormMultiSelectQuestionAutomation
@Mutable
@NotThreadSafe
public static interface EvaluationFormMultiSelectQuestionAutomation.Builder
extends SdkPojo, CopyableBuilder<EvaluationFormMultiSelectQuestionAutomation.Builder,EvaluationFormMultiSelectQuestionAutomation>
-
Method Summary
Modifier and TypeMethodDescriptionSets the value of the AnswerSource property for this object.answerSource(EvaluationFormQuestionAutomationAnswerSource answerSource) Sets the value of the AnswerSource property for this object.defaultOptionRefIds(String... defaultOptionRefIds) Reference IDs of default options.defaultOptionRefIds(Collection<String> defaultOptionRefIds) Reference IDs of default options.Automation options for the multi-select question.Automation options for the multi-select question.Automation options for the multi-select question.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
options
EvaluationFormMultiSelectQuestionAutomation.Builder options(Collection<EvaluationFormMultiSelectQuestionAutomationOption> options) Automation options for the multi-select question.
- Parameters:
options- Automation options for the multi-select question.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
options
EvaluationFormMultiSelectQuestionAutomation.Builder options(EvaluationFormMultiSelectQuestionAutomationOption... options) Automation options for the multi-select question.
- Parameters:
options- Automation options for the multi-select question.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
options
EvaluationFormMultiSelectQuestionAutomation.Builder options(Consumer<EvaluationFormMultiSelectQuestionAutomationOption.Builder>... options) Automation options for the multi-select question.
This is a convenience method that creates an instance of theEvaluationFormMultiSelectQuestionAutomationOption.Builderavoiding the need to create one manually viaEvaluationFormMultiSelectQuestionAutomationOption.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tooptions(List<EvaluationFormMultiSelectQuestionAutomationOption>).- Parameters:
options- a consumer that will call methods onEvaluationFormMultiSelectQuestionAutomationOption.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
defaultOptionRefIds
EvaluationFormMultiSelectQuestionAutomation.Builder defaultOptionRefIds(Collection<String> defaultOptionRefIds) Reference IDs of default options.
- Parameters:
defaultOptionRefIds- Reference IDs of default options.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
defaultOptionRefIds
EvaluationFormMultiSelectQuestionAutomation.Builder defaultOptionRefIds(String... defaultOptionRefIds) Reference IDs of default options.
- Parameters:
defaultOptionRefIds- Reference IDs of default options.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
answerSource
EvaluationFormMultiSelectQuestionAutomation.Builder answerSource(EvaluationFormQuestionAutomationAnswerSource answerSource) Sets the value of the AnswerSource property for this object.- Parameters:
answerSource- The new value for the AnswerSource property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
answerSource
default EvaluationFormMultiSelectQuestionAutomation.Builder answerSource(Consumer<EvaluationFormQuestionAutomationAnswerSource.Builder> answerSource) Sets the value of the AnswerSource property for this object. This is a convenience method that creates an instance of theEvaluationFormQuestionAutomationAnswerSource.Builderavoiding the need to create one manually viaEvaluationFormQuestionAutomationAnswerSource.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toanswerSource(EvaluationFormQuestionAutomationAnswerSource).- Parameters:
answerSource- a consumer that will call methods onEvaluationFormQuestionAutomationAnswerSource.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-