Class CfnEvaluationFormPropsMixin.EvaluationFormItemEnablementSourceValueProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.connect.CfnEvaluationFormPropsMixin.EvaluationFormItemEnablementSourceValueProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnEvaluationFormPropsMixin.EvaluationFormItemEnablementSourceValueProperty>
- Enclosing interface:
CfnEvaluationFormPropsMixin.EvaluationFormItemEnablementSourceValueProperty
@Stability(Stable)
public static final class CfnEvaluationFormPropsMixin.EvaluationFormItemEnablementSourceValueProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnEvaluationFormPropsMixin.EvaluationFormItemEnablementSourceValueProperty>
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
refId
@Stability(Stable) public CfnEvaluationFormPropsMixin.EvaluationFormItemEnablementSourceValueProperty.Builder refId(String refId) Sets the value ofCfnEvaluationFormPropsMixin.EvaluationFormItemEnablementSourceValueProperty.getRefId()- Parameters:
refId- A referenceId of the source value.- Returns:
this
-
type
@Stability(Stable) public CfnEvaluationFormPropsMixin.EvaluationFormItemEnablementSourceValueProperty.Builder type(String type) Sets the value ofCfnEvaluationFormPropsMixin.EvaluationFormItemEnablementSourceValueProperty.getType()- Parameters:
type- A type of source item value.- Returns:
this
-
build
@Stability(Stable) public CfnEvaluationFormPropsMixin.EvaluationFormItemEnablementSourceValueProperty build()Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnEvaluationFormPropsMixin.EvaluationFormItemEnablementSourceValueProperty>- Returns:
- a new instance of
CfnEvaluationFormPropsMixin.EvaluationFormItemEnablementSourceValueProperty - Throws:
NullPointerException- if any required attribute was not provided
-