Interface ManagedCertificate.Builder

  • Method Details

    • arn

      The Amazon Resource Name (ARN) of the ACM certificate.

      Parameters:
      arn - The Amazon Resource Name (ARN) of the ACM certificate.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      The status of the ACM; certificate.

      Parameters:
      status - The status of the ACM; certificate.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The status of the ACM; certificate.

      Parameters:
      status - The status of the ACM; certificate.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • statusReason

      ManagedCertificate.Builder statusReason(String statusReason)

      Information about why the ACM certificate is in the current status.

      Parameters:
      statusReason - Information about why the ACM certificate is in the current status.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • updatedAt

      ManagedCertificate.Builder updatedAt(Instant updatedAt)

      The Unix timestamp for when the ACM certificate was last updated

      Parameters:
      updatedAt - The Unix timestamp for when the ACM certificate was last updated
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • domainName

      ManagedCertificate.Builder domainName(String domainName)

      The fully qualified domain name (FQDN) that is secured with this ACM certificate.

      Parameters:
      domainName - The fully qualified domain name (FQDN) that is secured with this ACM certificate.
      Returns:
      Returns a reference to this object so that method calls can be chained together.