Interface ServerCertificateSummary.Builder

  • Method Details

    • serverCertificateArn

      ServerCertificateSummary.Builder serverCertificateArn(String serverCertificateArn)

      The ARN of the server certificate.

      Parameters:
      serverCertificateArn - The ARN of the server certificate.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • serverCertificateStatus

      ServerCertificateSummary.Builder serverCertificateStatus(String serverCertificateStatus)

      The status of the server certificate.

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

      ServerCertificateSummary.Builder serverCertificateStatus(ServerCertificateStatus serverCertificateStatus)

      The status of the server certificate.

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

      ServerCertificateSummary.Builder serverCertificateStatusDetail(String serverCertificateStatusDetail)

      Details that explain the status of the server certificate.

      Parameters:
      serverCertificateStatusDetail - Details that explain the status of the server certificate.
      Returns:
      Returns a reference to this object so that method calls can be chained together.