public static interface IdentityInfo.Builder extends SdkPojo, CopyableBuilder<IdentityInfo.Builder,IdentityInfo>
| Modifier and Type | Method and Description |
|---|---|
IdentityInfo.Builder |
identityName(String identityName)
The address or domain of the identity.
|
IdentityInfo.Builder |
identityType(IdentityType identityType)
The email identity type.
|
IdentityInfo.Builder |
identityType(String identityType)
The email identity type.
|
IdentityInfo.Builder |
sendingEnabled(Boolean sendingEnabled)
Indicates whether or not you can send email from the identity.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildIdentityInfo.Builder identityType(String identityType)
The email identity type. Note: the MANAGED_DOMAIN type is not supported for email identity
types.
identityType - The email identity type. Note: the MANAGED_DOMAIN type is not supported for email
identity types.IdentityType,
IdentityTypeIdentityInfo.Builder identityType(IdentityType identityType)
The email identity type. Note: the MANAGED_DOMAIN type is not supported for email identity
types.
identityType - The email identity type. Note: the MANAGED_DOMAIN type is not supported for email
identity types.IdentityType,
IdentityTypeIdentityInfo.Builder identityName(String identityName)
The address or domain of the identity.
identityName - The address or domain of the identity.IdentityInfo.Builder sendingEnabled(Boolean sendingEnabled)
Indicates whether or not you can send email from the identity.
An identity is an email address or domain that you send email from. Before you can send email from an identity, you have to demostrate that you own the identity, and that you authorize Amazon SES to send email from that identity.
sendingEnabled - Indicates whether or not you can send email from the identity.
An identity is an email address or domain that you send email from. Before you can send email from an identity, you have to demostrate that you own the identity, and that you authorize Amazon SES to send email from that identity.
Copyright © 2021. All rights reserved.