Class CfnEvaluationForm.AutoEvaluationConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.connect.CfnEvaluationForm.AutoEvaluationConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnEvaluationForm.AutoEvaluationConfigurationProperty>
- Enclosing interface:
CfnEvaluationForm.AutoEvaluationConfigurationProperty
@Stability(Stable)
public static final class CfnEvaluationForm.AutoEvaluationConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnEvaluationForm.AutoEvaluationConfigurationProperty>
A builder for
CfnEvaluationForm.AutoEvaluationConfigurationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnEvaluationForm.AutoEvaluationConfigurationProperty.getEnabled()enabled(IResolvable enabled) Sets the value ofCfnEvaluationForm.AutoEvaluationConfigurationProperty.getEnabled()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
enabled
@Stability(Stable) public CfnEvaluationForm.AutoEvaluationConfigurationProperty.Builder enabled(Boolean enabled) Sets the value ofCfnEvaluationForm.AutoEvaluationConfigurationProperty.getEnabled()- Parameters:
enabled- the value to be set.- Returns:
this
-
enabled
@Stability(Stable) public CfnEvaluationForm.AutoEvaluationConfigurationProperty.Builder enabled(IResolvable enabled) Sets the value ofCfnEvaluationForm.AutoEvaluationConfigurationProperty.getEnabled()- Parameters:
enabled- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnEvaluationForm.AutoEvaluationConfigurationProperty>- Returns:
- a new instance of
CfnEvaluationForm.AutoEvaluationConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-