Class CfnEvaluationForm.EvaluationFormMultiSelectQuestionPropertiesProperty.Builder
java.lang.Object
software.amazon.awscdk.services.connect.CfnEvaluationForm.EvaluationFormMultiSelectQuestionPropertiesProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnEvaluationForm.EvaluationFormMultiSelectQuestionPropertiesProperty>
- Enclosing interface:
CfnEvaluationForm.EvaluationFormMultiSelectQuestionPropertiesProperty
@Stability(Stable)
public static final class CfnEvaluationForm.EvaluationFormMultiSelectQuestionPropertiesProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnEvaluationForm.EvaluationFormMultiSelectQuestionPropertiesProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionautomation(IResolvable automation) build()Builds the configured instance.options(IResolvable options)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
options
@Stability(Stable) public CfnEvaluationForm.EvaluationFormMultiSelectQuestionPropertiesProperty.Builder options(IResolvable options) Sets the value ofCfnEvaluationForm.EvaluationFormMultiSelectQuestionPropertiesProperty.getOptions()- Parameters:
options- The list of options for the question. This parameter is required.- Returns:
this
-
options
@Stability(Stable) public CfnEvaluationForm.EvaluationFormMultiSelectQuestionPropertiesProperty.Builder options(List<? extends Object> options) Sets the value ofCfnEvaluationForm.EvaluationFormMultiSelectQuestionPropertiesProperty.getOptions()- Parameters:
options- The list of options for the question. This parameter is required.- Returns:
this
-
automation
@Stability(Stable) public CfnEvaluationForm.EvaluationFormMultiSelectQuestionPropertiesProperty.Builder automation(IResolvable automation) Sets the value ofCfnEvaluationForm.EvaluationFormMultiSelectQuestionPropertiesProperty.getAutomation()- Parameters:
automation- the value to be set.- Returns:
this
-
automation
@Stability(Stable) public CfnEvaluationForm.EvaluationFormMultiSelectQuestionPropertiesProperty.Builder automation(CfnEvaluationForm.EvaluationFormMultiSelectQuestionAutomationProperty automation) Sets the value ofCfnEvaluationForm.EvaluationFormMultiSelectQuestionPropertiesProperty.getAutomation()- Parameters:
automation- the value to be set.- Returns:
this
-
displayAs
@Stability(Stable) public CfnEvaluationForm.EvaluationFormMultiSelectQuestionPropertiesProperty.Builder displayAs(String displayAs) Sets the value ofCfnEvaluationForm.EvaluationFormMultiSelectQuestionPropertiesProperty.getDisplayAs()- Parameters:
displayAs- The display mode of the multi-select question.- Returns:
this
-
build
@Stability(Stable) public CfnEvaluationForm.EvaluationFormMultiSelectQuestionPropertiesProperty build()Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnEvaluationForm.EvaluationFormMultiSelectQuestionPropertiesProperty>- Returns:
- a new instance of
CfnEvaluationForm.EvaluationFormMultiSelectQuestionPropertiesProperty - Throws:
NullPointerException- if any required attribute was not provided
-