Interface EmailAddressInfo.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<EmailAddressInfo.Builder,
,EmailAddressInfo> SdkBuilder<EmailAddressInfo.Builder,
,EmailAddressInfo> SdkPojo
- Enclosing class:
EmailAddressInfo
@Mutable
@NotThreadSafe
public static interface EmailAddressInfo.Builder
extends SdkPojo, CopyableBuilder<EmailAddressInfo.Builder,EmailAddressInfo>
-
Method Summary
Modifier and TypeMethodDescriptiondisplayName
(String displayName) The display name of email address.emailAddress
(String emailAddress) The email address, including the domain.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
emailAddress
The email address, including the domain.
- Parameters:
emailAddress
- The email address, including the domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
displayName
The display name of email address.
- Parameters:
displayName
- The display name of email address.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-