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