Interface IdentityInfo.Builder

All Superinterfaces:
Buildable, CopyableBuilder<IdentityInfo.Builder,IdentityInfo>, SdkBuilder<IdentityInfo.Builder,IdentityInfo>, SdkPojo
Enclosing class:
IdentityInfo

public static interface IdentityInfo.Builder extends SdkPojo, CopyableBuilder<IdentityInfo.Builder,IdentityInfo>
  • Method Details

    • identityType

      IdentityInfo.Builder identityType(String identityType)

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

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

      IdentityInfo.Builder identityType(IdentityType identityType)

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

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

      IdentityInfo.Builder identityName(String identityName)

      The address or domain of the identity.

      Parameters:
      identityName - The address or domain of the identity.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • sendingEnabled

      IdentityInfo.Builder sendingEnabled(Boolean sendingEnabled)

      Indicates whether or not you can send email from the identity.

      An identity is an email address or domain that you send email from. Before you can send email from an identity, you have to demostrate that you own the identity, and that you authorize Amazon SES to send email from that identity.

      Parameters:
      sendingEnabled - Indicates whether or not you can send email from the identity.

      An identity is an email address or domain that you send email from. Before you can send email from an identity, you have to demostrate that you own the identity, and that you authorize Amazon SES to send email from that identity.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • verificationStatus

      IdentityInfo.Builder verificationStatus(String 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.

      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:
    • verificationStatus

      IdentityInfo.Builder verificationStatus(VerificationStatus 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.

      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: