Interface EvaluationReviewNotificationRecipientValue.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<EvaluationReviewNotificationRecipientValue.Builder,,EvaluationReviewNotificationRecipientValue> SdkBuilder<EvaluationReviewNotificationRecipientValue.Builder,,EvaluationReviewNotificationRecipientValue> SdkPojo
- Enclosing class:
EvaluationReviewNotificationRecipientValue
@Mutable
@NotThreadSafe
public static interface EvaluationReviewNotificationRecipientValue.Builder
extends SdkPojo, CopyableBuilder<EvaluationReviewNotificationRecipientValue.Builder,EvaluationReviewNotificationRecipientValue>
-
Method Summary
Modifier and TypeMethodDescriptionThe user identifier for the notification recipient.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
userId
The user identifier for the notification recipient.
- Parameters:
userId- The user identifier for the notification recipient.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-