Class CfnEvaluationForm.EvaluationFormNumericQuestionPropertiesProperty.Builder
java.lang.Object
software.amazon.awscdk.services.connect.CfnEvaluationForm.EvaluationFormNumericQuestionPropertiesProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnEvaluationForm.EvaluationFormNumericQuestionPropertiesProperty>
- Enclosing interface:
CfnEvaluationForm.EvaluationFormNumericQuestionPropertiesProperty
@Stability(Stable)
public static final class CfnEvaluationForm.EvaluationFormNumericQuestionPropertiesProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnEvaluationForm.EvaluationFormNumericQuestionPropertiesProperty>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionautomation
(IResolvable automation) build()
Builds the configured instance.options
(IResolvable options)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
maxValue
@Stability(Stable) public CfnEvaluationForm.EvaluationFormNumericQuestionPropertiesProperty.Builder maxValue(Number maxValue) - Parameters:
maxValue
- The maximum answer value. This parameter is required.- Returns:
this
-
minValue
@Stability(Stable) public CfnEvaluationForm.EvaluationFormNumericQuestionPropertiesProperty.Builder minValue(Number minValue) - Parameters:
minValue
- The minimum answer value. This parameter is required.- Returns:
this
-
automation
@Stability(Stable) public CfnEvaluationForm.EvaluationFormNumericQuestionPropertiesProperty.Builder automation(IResolvable automation) - Parameters:
automation
- The automation properties of the numeric question.- Returns:
this
-
automation
@Stability(Stable) public CfnEvaluationForm.EvaluationFormNumericQuestionPropertiesProperty.Builder automation(CfnEvaluationForm.EvaluationFormNumericQuestionAutomationProperty automation) - Parameters:
automation
- The automation properties of the numeric question.- Returns:
this
-
options
@Stability(Stable) public CfnEvaluationForm.EvaluationFormNumericQuestionPropertiesProperty.Builder options(IResolvable options) - Parameters:
options
- The scoring options of the numeric question.- Returns:
this
-
options
@Stability(Stable) public CfnEvaluationForm.EvaluationFormNumericQuestionPropertiesProperty.Builder options(List<? extends Object> options) - Parameters:
options
- The scoring options of the numeric question.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnEvaluationForm.EvaluationFormNumericQuestionPropertiesProperty>
- Returns:
- a new instance of
CfnEvaluationForm.EvaluationFormNumericQuestionPropertiesProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-