Interface GetCertificateResponse.Builder

  • Method Details

    • certificate

      GetCertificateResponse.Builder certificate(String certificate)

      The base64 PEM-encoded certificate specified by the CertificateArn parameter.

      Parameters:
      certificate - The base64 PEM-encoded certificate specified by the CertificateArn parameter.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • certificateChain

      GetCertificateResponse.Builder certificateChain(String certificateChain)

      The base64 PEM-encoded certificate chain that chains up to the root CA certificate that you used to sign your private CA certificate.

      Parameters:
      certificateChain - The base64 PEM-encoded certificate chain that chains up to the root CA certificate that you used to sign your private CA certificate.
      Returns:
      Returns a reference to this object so that method calls can be chained together.