Interface EmailRecipient.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<EmailRecipient.Builder,,EmailRecipient> SdkBuilder<EmailRecipient.Builder,,EmailRecipient> SdkPojo
- Enclosing class:
EmailRecipient
@Mutable
@NotThreadSafe
public static interface EmailRecipient.Builder
extends SdkPojo, CopyableBuilder<EmailRecipient.Builder,EmailRecipient>
-
Method Summary
Modifier and TypeMethodDescriptionAddress of the email recipient.displayName(String displayName) Display name of the email 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
-
address
Address of the email recipient.
- Parameters:
address- Address of the email recipient.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
displayName
Display name of the email recipient.
- Parameters:
displayName- Display name of the email recipient.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-