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