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