static CreateEmailIdentityResponse.Builder |
CreateEmailIdentityResponse.builder() |
|
default CreateEmailIdentityResponse.Builder |
CreateEmailIdentityResponse.Builder.dkimAttributes(Consumer<DkimAttributes.Builder> dkimAttributes) |
An object that contains information about the DKIM attributes for the identity.
|
CreateEmailIdentityResponse.Builder |
CreateEmailIdentityResponse.Builder.dkimAttributes(DkimAttributes dkimAttributes) |
An object that contains information about the DKIM attributes for the identity.
|
CreateEmailIdentityResponse.Builder |
CreateEmailIdentityResponse.Builder.identityType(String identityType) |
The email identity type.
|
CreateEmailIdentityResponse.Builder |
CreateEmailIdentityResponse.Builder.identityType(IdentityType identityType) |
The email identity type.
|
CreateEmailIdentityResponse.Builder |
CreateEmailIdentityResponse.toBuilder() |
|
CreateEmailIdentityResponse.Builder |
CreateEmailIdentityResponse.Builder.verifiedForSendingStatus(Boolean verifiedForSendingStatus) |
Specifies whether or not the identity is verified.
|