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