Interface EmailAddressSummary.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<EmailAddressSummary.Builder,,EmailAddressSummary> SdkBuilder<EmailAddressSummary.Builder,,EmailAddressSummary> SdkPojo
- Enclosing class:
EmailAddressSummary
@Mutable
@NotThreadSafe
public static interface EmailAddressSummary.Builder
extends SdkPojo, CopyableBuilder<EmailAddressSummary.Builder,EmailAddressSummary>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the email address associated with the queue.The unique identifier of the email address associated with the queue.isDefaultOutboundEmail(Boolean isDefaultOutboundEmail) Indicates whether this email address is configured as the default outbound email address for the queue.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
-
id
The unique identifier of the email address associated with the queue.
- Parameters:
id- The unique identifier of the email address associated with the queue.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arn
The Amazon Resource Name (ARN) of the email address associated with the queue.
- Parameters:
arn- The Amazon Resource Name (ARN) of the email address associated with the queue.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
isDefaultOutboundEmail
Indicates whether this email address is configured as the default outbound email address for the queue. When set to true, this email address is used as the default sender for outbound email contacts from this queue.
- Parameters:
isDefaultOutboundEmail- Indicates whether this email address is configured as the default outbound email address for the queue. When set to true, this email address is used as the default sender for outbound email contacts from this queue.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-