Class CfnEvaluationFormPropsMixin.EvaluationFormTextQuestionPropertiesProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.connect.CfnEvaluationFormPropsMixin.EvaluationFormTextQuestionPropertiesProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnEvaluationFormPropsMixin.EvaluationFormTextQuestionPropertiesProperty>
- Enclosing interface:
CfnEvaluationFormPropsMixin.EvaluationFormTextQuestionPropertiesProperty
@Stability(Stable)
public static final class CfnEvaluationFormPropsMixin.EvaluationFormTextQuestionPropertiesProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnEvaluationFormPropsMixin.EvaluationFormTextQuestionPropertiesProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionautomation(IResolvable automation) build()Builds the configured instance.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
automation
@Stability(Stable) public CfnEvaluationFormPropsMixin.EvaluationFormTextQuestionPropertiesProperty.Builder automation(IResolvable automation) Sets the value ofCfnEvaluationFormPropsMixin.EvaluationFormTextQuestionPropertiesProperty.getAutomation()- Parameters:
automation- The automation properties of the text question.- Returns:
this
-
automation
@Stability(Stable) public CfnEvaluationFormPropsMixin.EvaluationFormTextQuestionPropertiesProperty.Builder automation(CfnEvaluationFormPropsMixin.EvaluationFormTextQuestionAutomationProperty automation) Sets the value ofCfnEvaluationFormPropsMixin.EvaluationFormTextQuestionPropertiesProperty.getAutomation()- Parameters:
automation- The automation properties of the text question.- Returns:
this
-
build
@Stability(Stable) public CfnEvaluationFormPropsMixin.EvaluationFormTextQuestionPropertiesProperty build()Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnEvaluationFormPropsMixin.EvaluationFormTextQuestionPropertiesProperty>- Returns:
- a new instance of
CfnEvaluationFormPropsMixin.EvaluationFormTextQuestionPropertiesProperty - Throws:
NullPointerException- if any required attribute was not provided
-