Interface IdentityCertificate.Builder

  • Method Details

    • fromAddress

      IdentityCertificate.Builder fromAddress(String fromAddress)

      The email address that the certificate applies to.

      Parameters:
      fromAddress - The email address that the certificate applies to.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      The status of the certificate association. A status of ACTIVE indicates that the certificate is ready to use for signing.

      Parameters:
      status - The status of the certificate association. A status of ACTIVE indicates that the certificate is ready to use for signing.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The status of the certificate association. A status of ACTIVE indicates that the certificate is ready to use for signing.

      Parameters:
      status - The status of the certificate association. A status of ACTIVE indicates that the certificate is ready to use for signing.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • certificateArn

      IdentityCertificate.Builder certificateArn(String certificateArn)

      The Amazon Resource Name (ARN) of the Certificate Manager (ACM) certificate that's associated with the email identity.

      Parameters:
      certificateArn - The Amazon Resource Name (ARN) of the Certificate Manager (ACM) certificate that's associated with the email identity.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • certificateExpiryTime

      IdentityCertificate.Builder certificateExpiryTime(Instant certificateExpiryTime)

      The timestamp after which the certificate is no longer valid.

      Parameters:
      certificateExpiryTime - The timestamp after which the certificate is no longer valid.
      Returns:
      Returns a reference to this object so that method calls can be chained together.