Interface GetEmailIdentityResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<GetEmailIdentityResponse.Builder,,- GetEmailIdentityResponse> - SdkBuilder<GetEmailIdentityResponse.Builder,,- GetEmailIdentityResponse> - SdkPojo,- SdkResponse.Builder,- SesV2Response.Builder
- Enclosing class:
- GetEmailIdentityResponse
- 
Method SummaryModifier and TypeMethodDescriptionconfigurationSetName(String configurationSetName) The configuration set used by default when sending from this identity.default GetEmailIdentityResponse.BuilderdkimAttributes(Consumer<DkimAttributes.Builder> dkimAttributes) An object that contains information about the DKIM attributes for the identity.dkimAttributes(DkimAttributes dkimAttributes) An object that contains information about the DKIM attributes for the identity.feedbackForwardingStatus(Boolean feedbackForwardingStatus) The feedback forwarding configuration for the identity.identityType(String identityType) The email identity type.identityType(IdentityType identityType) The email identity type.default GetEmailIdentityResponse.BuildermailFromAttributes(Consumer<MailFromAttributes.Builder> mailFromAttributes) An object that contains information about the Mail-From attributes for the email identity.mailFromAttributes(MailFromAttributes mailFromAttributes) An object that contains information about the Mail-From attributes for the email identity.A map of policy names to policies.tags(Collection<Tag> tags) An array of objects that define the tags (keys and values) that are associated with the email identity.tags(Consumer<Tag.Builder>... tags) An array of objects that define the tags (keys and values) that are associated with the email identity.An array of objects that define the tags (keys and values) that are associated with the email identity.default GetEmailIdentityResponse.BuilderverificationInfo(Consumer<VerificationInfo.Builder> verificationInfo) An object that contains additional information about the verification status for the identity.verificationInfo(VerificationInfo verificationInfo) An object that contains additional information about the verification status for the identity.verificationStatus(String verificationStatus) The verification status of the identity.verificationStatus(VerificationStatus verificationStatus) The verification status of the identity.verifiedForSendingStatus(Boolean verifiedForSendingStatus) Specifies whether or not the identity is verified.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponseMethods inherited from interface software.amazon.awssdk.services.sesv2.model.SesV2Response.Builderbuild, responseMetadata, responseMetadata
- 
Method Details- 
identityTypeThe email identity type. Note: the MANAGED_DOMAINidentity type is not supported.- Parameters:
- identityType- The email identity type. Note: the- MANAGED_DOMAINidentity type is not supported.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
identityTypeThe email identity type. Note: the MANAGED_DOMAINidentity type is not supported.- Parameters:
- identityType- The email identity type. Note: the- MANAGED_DOMAINidentity type is not supported.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
feedbackForwardingStatusThe feedback forwarding configuration for the identity. If the value is true, you receive email notifications when bounce or complaint events occur. These notifications are sent to the address that you specified in theReturn-Pathheader of the original email.You're required to have a method of tracking bounces and complaints. If you haven't set up another mechanism for receiving bounce or complaint notifications (for example, by setting up an event destination), you receive an email notification when these events occur (even if this setting is disabled). - Parameters:
- feedbackForwardingStatus- The feedback forwarding configuration for the identity.- If the value is - true, you receive email notifications when bounce or complaint events occur. These notifications are sent to the address that you specified in the- Return-Pathheader of the original email.- You're required to have a method of tracking bounces and complaints. If you haven't set up another mechanism for receiving bounce or complaint notifications (for example, by setting up an event destination), you receive an email notification when these events occur (even if this setting is disabled). 
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
verifiedForSendingStatusSpecifies 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. - Parameters:
- 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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
dkimAttributesAn object that contains information about the DKIM attributes for the identity. - Parameters:
- dkimAttributes- An object that contains information about the DKIM attributes for the identity.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
dkimAttributesdefault GetEmailIdentityResponse.Builder dkimAttributes(Consumer<DkimAttributes.Builder> dkimAttributes) An object that contains information about the DKIM attributes for the identity. This is a convenience method that creates an instance of theDkimAttributes.Builderavoiding the need to create one manually viaDkimAttributes.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todkimAttributes(DkimAttributes).- Parameters:
- dkimAttributes- a consumer that will call methods on- DkimAttributes.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
mailFromAttributesAn object that contains information about the Mail-From attributes for the email identity. - Parameters:
- mailFromAttributes- An object that contains information about the Mail-From attributes for the email identity.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
mailFromAttributesdefault GetEmailIdentityResponse.Builder mailFromAttributes(Consumer<MailFromAttributes.Builder> mailFromAttributes) An object that contains information about the Mail-From attributes for the email identity. This is a convenience method that creates an instance of theMailFromAttributes.Builderavoiding the need to create one manually viaMailFromAttributes.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tomailFromAttributes(MailFromAttributes).- Parameters:
- mailFromAttributes- a consumer that will call methods on- MailFromAttributes.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
policiesA map of policy names to policies. - Parameters:
- policies- A map of policy names to policies.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
tagsAn array of objects that define the tags (keys and values) that are associated with the email identity. - Parameters:
- tags- An array of objects that define the tags (keys and values) that are associated with the email identity.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
tagsAn array of objects that define the tags (keys and values) that are associated with the email identity. - Parameters:
- tags- An array of objects that define the tags (keys and values) that are associated with the email identity.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
tagsAn array of objects that define the tags (keys and values) that are associated with the email identity. This is a convenience method that creates an instance of theTag.Builderavoiding the need to create one manually viaTag.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totags(List<Tag>).- Parameters:
- tags- a consumer that will call methods on- Tag.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
configurationSetNameThe configuration set used by default when sending from this identity. - Parameters:
- configurationSetName- The configuration set used by default when sending from this identity.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
verificationStatusThe verification status of the identity. The status can be one of the following: - 
 PENDING– The verification process was initiated, but Amazon SES hasn't yet been able to verify the identity.
- 
 SUCCESS– The verification process completed successfully.
- 
 FAILED– The verification process failed.
- 
 TEMPORARY_FAILURE– A temporary issue is preventing Amazon SES from determining the verification status of the identity.
- 
 NOT_STARTED– The verification process hasn't been initiated for the identity.
 - Parameters:
- verificationStatus- The verification status of the identity. The status can be one of the following:- 
        PENDING– The verification process was initiated, but Amazon SES hasn't yet been able to verify the identity.
- 
        SUCCESS– The verification process completed successfully.
- 
        FAILED– The verification process failed.
- 
        TEMPORARY_FAILURE– A temporary issue is preventing Amazon SES from determining the verification status of the identity.
- 
        NOT_STARTED– The verification process hasn't been initiated for the identity.
 
- 
        
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
 
- 
verificationStatusThe verification status of the identity. The status can be one of the following: - 
 PENDING– The verification process was initiated, but Amazon SES hasn't yet been able to verify the identity.
- 
 SUCCESS– The verification process completed successfully.
- 
 FAILED– The verification process failed.
- 
 TEMPORARY_FAILURE– A temporary issue is preventing Amazon SES from determining the verification status of the identity.
- 
 NOT_STARTED– The verification process hasn't been initiated for the identity.
 - Parameters:
- verificationStatus- The verification status of the identity. The status can be one of the following:- 
        PENDING– The verification process was initiated, but Amazon SES hasn't yet been able to verify the identity.
- 
        SUCCESS– The verification process completed successfully.
- 
        FAILED– The verification process failed.
- 
        TEMPORARY_FAILURE– A temporary issue is preventing Amazon SES from determining the verification status of the identity.
- 
        NOT_STARTED– The verification process hasn't been initiated for the identity.
 
- 
        
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
 
- 
verificationInfoAn object that contains additional information about the verification status for the identity. - Parameters:
- verificationInfo- An object that contains additional information about the verification status for the identity.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
verificationInfodefault GetEmailIdentityResponse.Builder verificationInfo(Consumer<VerificationInfo.Builder> verificationInfo) An object that contains additional information about the verification status for the identity. This is a convenience method that creates an instance of theVerificationInfo.Builderavoiding the need to create one manually viaVerificationInfo.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toverificationInfo(VerificationInfo).- Parameters:
- verificationInfo- a consumer that will call methods on- VerificationInfo.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-