Interface EmailAddressMetadata.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<EmailAddressMetadata.Builder,,EmailAddressMetadata> SdkBuilder<EmailAddressMetadata.Builder,,EmailAddressMetadata> SdkPojo
- Enclosing class:
EmailAddressMetadata
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 with the instance, in [^\s@]+@[^\s@]+\.[^\s@]+ format.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
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
-
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 with the instance, in [^\s@]+@[^\s@]+\.[^\s@]+ format.
- Parameters:
emailAddress- The email address with the instance, in [^\s@]+@[^\s@]+\.[^\s@]+ format.- 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.
-