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