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
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default EvaluationFormSingleSelectQuestionAutomationOption.BuilderruleCategory(Consumer<SingleSelectQuestionRuleCategoryAutomation.Builder> ruleCategory)The automation option based on a rule category for the single select question.EvaluationFormSingleSelectQuestionAutomationOption.BuilderruleCategory(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 Detail
-
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.Builderavoiding the need to create one manually viaSingleSelectQuestionRuleCategoryAutomation.builder().When the
Consumercompletes,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:
ruleCategory(SingleSelectQuestionRuleCategoryAutomation)
-
-