Interface EmailAddressConfig.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<EmailAddressConfig.Builder,,EmailAddressConfig> SdkBuilder<EmailAddressConfig.Builder,,EmailAddressConfig> SdkPojo
- Enclosing class:
EmailAddressConfig
@Mutable
@NotThreadSafe
public static interface EmailAddressConfig.Builder
extends SdkPojo, CopyableBuilder<EmailAddressConfig.Builder,EmailAddressConfig>
-
Method Summary
Modifier and TypeMethodDescriptionemailAddressId(String emailAddressId) The identifier of the email address that should be associated with 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
-
emailAddressId
The identifier of the email address that should be associated with the queue. This email address must already exist in the Amazon Connect instance and will be used to route incoming email contacts to the specified queue.
- Parameters:
emailAddressId- The identifier of the email address that should be associated with the queue. This email address must already exist in the Amazon Connect instance and will be used to route incoming email contacts to the specified queue.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-