Interface CreateEmailIdentityResponse.Builder

    • Method Detail

      • identityType

        CreateEmailIdentityResponse.Builder identityType​(String identityType)

        The email identity type. Note: the MANAGED_DOMAIN identity type is not supported.

        Parameters:
        identityType - The email identity type. Note: the MANAGED_DOMAIN identity type is not supported.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        IdentityType, IdentityType
      • identityType

        CreateEmailIdentityResponse.Builder identityType​(IdentityType identityType)

        The email identity type. Note: the MANAGED_DOMAIN identity type is not supported.

        Parameters:
        identityType - The email identity type. Note: the MANAGED_DOMAIN identity type is not supported.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        IdentityType, IdentityType
      • verifiedForSendingStatus

        CreateEmailIdentityResponse.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.

        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.
      • dkimAttributes

        CreateEmailIdentityResponse.Builder dkimAttributes​(DkimAttributes dkimAttributes)

        An 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.