Interface EvaluationFormSingleSelectQuestionAutomationOption.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<EvaluationFormSingleSelectQuestionAutomationOption.Builder,
,EvaluationFormSingleSelectQuestionAutomationOption> SdkBuilder<EvaluationFormSingleSelectQuestionAutomationOption.Builder,
,EvaluationFormSingleSelectQuestionAutomationOption> SdkPojo
- Enclosing class:
EvaluationFormSingleSelectQuestionAutomationOption
public static interface EvaluationFormSingleSelectQuestionAutomationOption.Builder
extends SdkPojo, CopyableBuilder<EvaluationFormSingleSelectQuestionAutomationOption.Builder,EvaluationFormSingleSelectQuestionAutomationOption>
-
Method Summary
Modifier and TypeMethodDescriptionThe automation option based on a rule category for the single select question.ruleCategory
(SingleSelectQuestionRuleCategoryAutomation ruleCategory) The automation option based on a rule category for the single select question.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
ruleCategory
EvaluationFormSingleSelectQuestionAutomationOption.Builder ruleCategory(SingleSelectQuestionRuleCategoryAutomation ruleCategory) The automation option based on a rule category for the single select question.
- Parameters:
ruleCategory
- The automation option based on a rule category for the single select question.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ruleCategory
default EvaluationFormSingleSelectQuestionAutomationOption.Builder ruleCategory(Consumer<SingleSelectQuestionRuleCategoryAutomation.Builder> ruleCategory) The automation option based on a rule category for the single select question.
This is a convenience method that creates an instance of theSingleSelectQuestionRuleCategoryAutomation.Builder
avoiding the need to create one manually viaSingleSelectQuestionRuleCategoryAutomation.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toruleCategory(SingleSelectQuestionRuleCategoryAutomation)
.- Parameters:
ruleCategory
- a consumer that will call methods onSingleSelectQuestionRuleCategoryAutomation.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-