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