Interface EvaluationReviewNotificationRecipient.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<EvaluationReviewNotificationRecipient.Builder,,EvaluationReviewNotificationRecipient> SdkBuilder<EvaluationReviewNotificationRecipient.Builder,,EvaluationReviewNotificationRecipient> SdkPojo
- Enclosing class:
EvaluationReviewNotificationRecipient
@Mutable
@NotThreadSafe
public static interface EvaluationReviewNotificationRecipient.Builder
extends SdkPojo, CopyableBuilder<EvaluationReviewNotificationRecipient.Builder,EvaluationReviewNotificationRecipient>
-
Method Summary
Modifier and TypeMethodDescriptionThe type of notification recipient.The type of notification recipient.The value associated with the notification recipient type.The value associated with the notification recipient type.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
-
type
The type of notification recipient.
- Parameters:
type- The type of notification recipient.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The type of notification recipient.
- Parameters:
type- The type of notification recipient.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
value
EvaluationReviewNotificationRecipient.Builder value(EvaluationReviewNotificationRecipientValue value) The value associated with the notification recipient type.
- Parameters:
value- The value associated with the notification recipient type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
value
default EvaluationReviewNotificationRecipient.Builder value(Consumer<EvaluationReviewNotificationRecipientValue.Builder> value) The value associated with the notification recipient type.
This is a convenience method that creates an instance of theEvaluationReviewNotificationRecipientValue.Builderavoiding the need to create one manually viaEvaluationReviewNotificationRecipientValue.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tovalue(EvaluationReviewNotificationRecipientValue).- Parameters:
value- a consumer that will call methods onEvaluationReviewNotificationRecipientValue.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-