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