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, sdkFields
copy
applyMutation, build
IdentityInfo.Builder identityType(String identityType)
The email identity type. The identity type can be one of the following:
EMAIL_ADDRESS
– The identity is an email address.
DOMAIN
– The identity is a domain.
MANAGED_DOMAIN
– The identity is a domain that is managed by AWS.
identityType
- The email identity type. The identity type can be one of the following:
EMAIL_ADDRESS
– The identity is an email address.
DOMAIN
– The identity is a domain.
MANAGED_DOMAIN
– The identity is a domain that is managed by AWS.
IdentityType
,
IdentityType
IdentityInfo.Builder identityType(IdentityType identityType)
The email identity type. The identity type can be one of the following:
EMAIL_ADDRESS
– The identity is an email address.
DOMAIN
– The identity is a domain.
MANAGED_DOMAIN
– The identity is a domain that is managed by AWS.
identityType
- The email identity type. The identity type can be one of the following:
EMAIL_ADDRESS
– The identity is an email address.
DOMAIN
– The identity is a domain.
MANAGED_DOMAIN
– The identity is a domain that is managed by AWS.
IdentityType
,
IdentityType
IdentityInfo.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.