public static interface CreateEmailIdentityResponse.Builder extends SesV2Response.Builder, SdkPojo, CopyableBuilder<CreateEmailIdentityResponse.Builder,CreateEmailIdentityResponse>
| Modifier and Type | Method and Description |
|---|---|
default CreateEmailIdentityResponse.Builder |
dkimAttributes(Consumer<DkimAttributes.Builder> dkimAttributes)
An object that contains information about the DKIM attributes for the identity.
|
CreateEmailIdentityResponse.Builder |
dkimAttributes(DkimAttributes dkimAttributes)
An object that contains information about the DKIM attributes for the identity.
|
CreateEmailIdentityResponse.Builder |
identityType(IdentityType identityType)
The email identity type.
|
CreateEmailIdentityResponse.Builder |
identityType(String identityType)
The email identity type.
|
CreateEmailIdentityResponse.Builder |
verifiedForSendingStatus(Boolean verifiedForSendingStatus)
Specifies whether or not the identity is verified.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateEmailIdentityResponse.Builder identityType(String identityType)
The email identity type. Note: the MANAGED_DOMAIN identity type is not supported.
identityType - The email identity type. Note: the MANAGED_DOMAIN identity type is not supported.IdentityType,
IdentityTypeCreateEmailIdentityResponse.Builder identityType(IdentityType identityType)
The email identity type. Note: the MANAGED_DOMAIN identity type is not supported.
identityType - The email identity type. Note: the MANAGED_DOMAIN identity type is not supported.IdentityType,
IdentityTypeCreateEmailIdentityResponse.Builder verifiedForSendingStatus(Boolean verifiedForSendingStatus)
Specifies whether or not the identity is verified. You can only send email from verified email addresses or domains. For more information about verifying identities, see the Amazon Pinpoint User Guide.
verifiedForSendingStatus - Specifies whether or not the identity is verified. You can only send email from verified email
addresses or domains. For more information about verifying identities, see the Amazon
Pinpoint User Guide.CreateEmailIdentityResponse.Builder dkimAttributes(DkimAttributes dkimAttributes)
An object that contains information about the DKIM attributes for the identity.
dkimAttributes - An object that contains information about the DKIM attributes for the identity.default CreateEmailIdentityResponse.Builder dkimAttributes(Consumer<DkimAttributes.Builder> dkimAttributes)
An object that contains information about the DKIM attributes for the identity.
This is a convenience that creates an instance of theDkimAttributes.Builder avoiding the need to
create one manually via DkimAttributes.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to dkimAttributes(DkimAttributes).dkimAttributes - a consumer that will call methods on DkimAttributes.BuilderdkimAttributes(DkimAttributes)Copyright © 2021. All rights reserved.