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