Class CfnEvaluationFormPropsMixin.EvaluationFormSingleSelectQuestionAutomationOptionProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.connect.CfnEvaluationFormPropsMixin.EvaluationFormSingleSelectQuestionAutomationOptionProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnEvaluationFormPropsMixin.EvaluationFormSingleSelectQuestionAutomationOptionProperty>
- Enclosing interface:
CfnEvaluationFormPropsMixin.EvaluationFormSingleSelectQuestionAutomationOptionProperty
@Stability(Stable)
public static final class CfnEvaluationFormPropsMixin.EvaluationFormSingleSelectQuestionAutomationOptionProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnEvaluationFormPropsMixin.EvaluationFormSingleSelectQuestionAutomationOptionProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.ruleCategory(CfnEvaluationFormPropsMixin.SingleSelectQuestionRuleCategoryAutomationProperty ruleCategory) ruleCategory(IResolvable ruleCategory)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
ruleCategory
@Stability(Stable) public CfnEvaluationFormPropsMixin.EvaluationFormSingleSelectQuestionAutomationOptionProperty.Builder ruleCategory(IResolvable ruleCategory) Sets the value ofCfnEvaluationFormPropsMixin.EvaluationFormSingleSelectQuestionAutomationOptionProperty.getRuleCategory()- Parameters:
ruleCategory- The automation option based on a rule category for the single select question.- Returns:
this
-
ruleCategory
@Stability(Stable) public CfnEvaluationFormPropsMixin.EvaluationFormSingleSelectQuestionAutomationOptionProperty.Builder ruleCategory(CfnEvaluationFormPropsMixin.SingleSelectQuestionRuleCategoryAutomationProperty ruleCategory) Sets the value ofCfnEvaluationFormPropsMixin.EvaluationFormSingleSelectQuestionAutomationOptionProperty.getRuleCategory()- Parameters:
ruleCategory- The automation option based on a rule category for the single select question.- Returns:
this
-
build
@Stability(Stable) public CfnEvaluationFormPropsMixin.EvaluationFormSingleSelectQuestionAutomationOptionProperty build()Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnEvaluationFormPropsMixin.EvaluationFormSingleSelectQuestionAutomationOptionProperty>- Returns:
- a new instance of
CfnEvaluationFormPropsMixin.EvaluationFormSingleSelectQuestionAutomationOptionProperty - Throws:
NullPointerException- if any required attribute was not provided
-