Class CfnEvaluationFormPropsMixin.EvaluationFormNumericQuestionAutomationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.connect.CfnEvaluationFormPropsMixin.EvaluationFormNumericQuestionAutomationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnEvaluationFormPropsMixin.EvaluationFormNumericQuestionAutomationProperty>
- Enclosing interface:
CfnEvaluationFormPropsMixin.EvaluationFormNumericQuestionAutomationProperty
@Stability(Stable)
public static final class CfnEvaluationFormPropsMixin.EvaluationFormNumericQuestionAutomationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnEvaluationFormPropsMixin.EvaluationFormNumericQuestionAutomationProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionanswerSource(CfnEvaluationFormPropsMixin.EvaluationFormQuestionAutomationAnswerSourceProperty answerSource) answerSource(IResolvable answerSource) build()Builds the configured instance.propertyValue(CfnEvaluationFormPropsMixin.NumericQuestionPropertyValueAutomationProperty propertyValue) propertyValue(IResolvable propertyValue)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
answerSource
@Stability(Stable) public CfnEvaluationFormPropsMixin.EvaluationFormNumericQuestionAutomationProperty.Builder answerSource(IResolvable answerSource) Sets the value ofCfnEvaluationFormPropsMixin.EvaluationFormNumericQuestionAutomationProperty.getAnswerSource()- Parameters:
answerSource- A source of automation answer for numeric question.- Returns:
this
-
answerSource
@Stability(Stable) public CfnEvaluationFormPropsMixin.EvaluationFormNumericQuestionAutomationProperty.Builder answerSource(CfnEvaluationFormPropsMixin.EvaluationFormQuestionAutomationAnswerSourceProperty answerSource) Sets the value ofCfnEvaluationFormPropsMixin.EvaluationFormNumericQuestionAutomationProperty.getAnswerSource()- Parameters:
answerSource- A source of automation answer for numeric question.- Returns:
this
-
propertyValue
@Stability(Stable) public CfnEvaluationFormPropsMixin.EvaluationFormNumericQuestionAutomationProperty.Builder propertyValue(IResolvable propertyValue) Sets the value ofCfnEvaluationFormPropsMixin.EvaluationFormNumericQuestionAutomationProperty.getPropertyValue()- Parameters:
propertyValue- The property value of the automation.- Returns:
this
-
propertyValue
@Stability(Stable) public CfnEvaluationFormPropsMixin.EvaluationFormNumericQuestionAutomationProperty.Builder propertyValue(CfnEvaluationFormPropsMixin.NumericQuestionPropertyValueAutomationProperty propertyValue) Sets the value ofCfnEvaluationFormPropsMixin.EvaluationFormNumericQuestionAutomationProperty.getPropertyValue()- Parameters:
propertyValue- The property value of the automation.- Returns:
this
-
build
@Stability(Stable) public CfnEvaluationFormPropsMixin.EvaluationFormNumericQuestionAutomationProperty build()Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnEvaluationFormPropsMixin.EvaluationFormNumericQuestionAutomationProperty>- Returns:
- a new instance of
CfnEvaluationFormPropsMixin.EvaluationFormNumericQuestionAutomationProperty - Throws:
NullPointerException- if any required attribute was not provided
-