Interface DescribeEmailAddressResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,ConnectResponse.Builder,CopyableBuilder<DescribeEmailAddressResponse.Builder,,DescribeEmailAddressResponse> SdkBuilder<DescribeEmailAddressResponse.Builder,,DescribeEmailAddressResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
DescribeEmailAddressResponse
public static interface DescribeEmailAddressResponse.Builder
extends ConnectResponse.Builder, SdkPojo, CopyableBuilder<DescribeEmailAddressResponse.Builder,DescribeEmailAddressResponse>
-
Method Summary
Modifier and TypeMethodDescriptioncreateTimestamp(String createTimestamp) The email address creation timestamp in ISO 8601 Datetime.description(String description) The description of the email address.displayName(String displayName) The display name of email addressemailAddress(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.modifiedTimestamp(String modifiedTimestamp) The email address last modification timestamp in ISO 8601 Datetime.The tags used to organize, track, or control access for this resource.Methods inherited from interface software.amazon.awssdk.services.connect.model.ConnectResponse.Builder
build, responseMetadata, responseMetadataMethods 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, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
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.
-
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.
-
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.
-
createTimestamp
The email address creation timestamp in ISO 8601 Datetime.
- Parameters:
createTimestamp- The email address creation timestamp in ISO 8601 Datetime.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
modifiedTimestamp
The email address last modification timestamp in ISO 8601 Datetime.
- Parameters:
modifiedTimestamp- The email address last modification timestamp in ISO 8601 Datetime.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
The tags used to organize, track, or control access for this resource. For example, { "Tags": {"key1":"value1", "key2":"value2"} }.
- Parameters:
tags- The tags used to organize, track, or control access for this resource. For example, { "Tags": {"key1":"value1", "key2":"value2"} }.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-