static GetEmailIdentityResponse.Builder |
GetEmailIdentityResponse.builder() |
|
GetEmailIdentityResponse.Builder |
GetEmailIdentityResponse.Builder.configurationSetName(String configurationSetName) |
The configuration set used by default when sending from this identity.
|
default GetEmailIdentityResponse.Builder |
GetEmailIdentityResponse.Builder.dkimAttributes(Consumer<DkimAttributes.Builder> dkimAttributes) |
An object that contains information about the DKIM attributes for the identity.
|
GetEmailIdentityResponse.Builder |
GetEmailIdentityResponse.Builder.dkimAttributes(DkimAttributes dkimAttributes) |
An object that contains information about the DKIM attributes for the identity.
|
GetEmailIdentityResponse.Builder |
GetEmailIdentityResponse.Builder.feedbackForwardingStatus(Boolean feedbackForwardingStatus) |
The feedback forwarding configuration for the identity.
|
GetEmailIdentityResponse.Builder |
GetEmailIdentityResponse.Builder.identityType(String identityType) |
The email identity type.
|
GetEmailIdentityResponse.Builder |
GetEmailIdentityResponse.Builder.identityType(IdentityType identityType) |
The email identity type.
|
default GetEmailIdentityResponse.Builder |
GetEmailIdentityResponse.Builder.mailFromAttributes(Consumer<MailFromAttributes.Builder> mailFromAttributes) |
An object that contains information about the Mail-From attributes for the email identity.
|
GetEmailIdentityResponse.Builder |
GetEmailIdentityResponse.Builder.mailFromAttributes(MailFromAttributes mailFromAttributes) |
An object that contains information about the Mail-From attributes for the email identity.
|
GetEmailIdentityResponse.Builder |
GetEmailIdentityResponse.Builder.policies(Map<String,String> policies) |
A map of policy names to policies.
|
GetEmailIdentityResponse.Builder |
GetEmailIdentityResponse.Builder.tags(Collection<Tag> tags) |
An array of objects that define the tags (keys and values) that are associated with the email identity.
|
GetEmailIdentityResponse.Builder |
GetEmailIdentityResponse.Builder.tags(Consumer<Tag.Builder>... tags) |
An array of objects that define the tags (keys and values) that are associated with the email identity.
|
GetEmailIdentityResponse.Builder |
GetEmailIdentityResponse.Builder.tags(Tag... tags) |
An array of objects that define the tags (keys and values) that are associated with the email identity.
|
GetEmailIdentityResponse.Builder |
GetEmailIdentityResponse.toBuilder() |
|
default GetEmailIdentityResponse.Builder |
GetEmailIdentityResponse.Builder.verificationInfo(Consumer<VerificationInfo.Builder> verificationInfo) |
An object that contains additional information about the verification status for the identity.
|
GetEmailIdentityResponse.Builder |
GetEmailIdentityResponse.Builder.verificationInfo(VerificationInfo verificationInfo) |
An object that contains additional information about the verification status for the identity.
|
GetEmailIdentityResponse.Builder |
GetEmailIdentityResponse.Builder.verificationStatus(String verificationStatus) |
The verification status of the identity.
|
GetEmailIdentityResponse.Builder |
GetEmailIdentityResponse.Builder.verificationStatus(VerificationStatus verificationStatus) |
The verification status of the identity.
|
GetEmailIdentityResponse.Builder |
GetEmailIdentityResponse.Builder.verifiedForSendingStatus(Boolean verifiedForSendingStatus) |
Specifies whether or not the identity is verified.
|