public static interface CreateEmailIdentityResponse.Builder extends PinpointEmailResponse.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, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
CreateEmailIdentityResponse.Builder identityType(String identityType)
The email identity type.
identityType
- The email identity type.IdentityType
,
IdentityType
CreateEmailIdentityResponse.Builder identityType(IdentityType identityType)
The email identity type.
identityType
- The email identity type.IdentityType
,
IdentityType
CreateEmailIdentityResponse.Builder verifiedForSendingStatus(Boolean verifiedForSendingStatus)
Specifies whether or not the identity is verified. In Amazon Pinpoint, 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. In Amazon Pinpoint, 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. This object includes the tokens that you use to create the CNAME records that are required to complete the DKIM verification process.
dkimAttributes
- An object that contains information about the DKIM attributes for the identity. This object includes
the tokens that you use to create the CNAME records that are required to complete the DKIM
verification process.default CreateEmailIdentityResponse.Builder dkimAttributes(Consumer<DkimAttributes.Builder> dkimAttributes)
An object that contains information about the DKIM attributes for the identity. This object includes the tokens that you use to create the CNAME records that are required to complete the DKIM verification process.
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.Builder
dkimAttributes(DkimAttributes)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.