Interface EmailAddressMetadata.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<EmailAddressMetadata.Builder,
,EmailAddressMetadata> SdkBuilder<EmailAddressMetadata.Builder,
,EmailAddressMetadata> SdkPojo
- Enclosing class:
EmailAddressMetadata
@Mutable
@NotThreadSafe
public static interface EmailAddressMetadata.Builder
extends SdkPojo, CopyableBuilder<EmailAddressMetadata.Builder,EmailAddressMetadata>
-
Method Summary
Modifier and TypeMethodDescriptiondescription
(String description) The description of the email address.displayName
(String displayName) The display name of email address.emailAddress
(String emailAddress) The email address, including the domain.emailAddressArn
(String emailAddressArn) The Amazon Resource Name (ARN) of the email address.emailAddressId
(String emailAddressId) The identifier of the email address.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
-
emailAddressId
The identifier of the email address.
- Parameters:
emailAddressId
- The identifier of the email address.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
emailAddressArn
The Amazon Resource Name (ARN) of the email address.
- Parameters:
emailAddressArn
- The Amazon Resource Name (ARN) of the email address.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
-
description
The description of the email address.
- Parameters:
description
- The description of the email address.- 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.
-