Class CfnEvaluationFormPropsMixin.EvaluationFormTargetConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.connect.CfnEvaluationFormPropsMixin.EvaluationFormTargetConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnEvaluationFormPropsMixin.EvaluationFormTargetConfigurationProperty>
- Enclosing interface:
CfnEvaluationFormPropsMixin.EvaluationFormTargetConfigurationProperty
@Stability(Stable)
public static final class CfnEvaluationFormPropsMixin.EvaluationFormTargetConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnEvaluationFormPropsMixin.EvaluationFormTargetConfigurationProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.contactInteractionType(String contactInteractionType)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
contactInteractionType
@Stability(Stable) public CfnEvaluationFormPropsMixin.EvaluationFormTargetConfigurationProperty.Builder contactInteractionType(String contactInteractionType) Sets the value ofCfnEvaluationFormPropsMixin.EvaluationFormTargetConfigurationProperty.getContactInteractionType()- Parameters:
contactInteractionType- The contact interaction type for this evaluation form.- Returns:
this
-
build
@Stability(Stable) public CfnEvaluationFormPropsMixin.EvaluationFormTargetConfigurationProperty build()Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnEvaluationFormPropsMixin.EvaluationFormTargetConfigurationProperty>- Returns:
- a new instance of
CfnEvaluationFormPropsMixin.EvaluationFormTargetConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-