Interface GetCertificateResponse.Builder

    • Method Detail

      • certificate

        GetCertificateResponse.Builder certificate​(String certificate)

        The ACM-issued certificate corresponding to the ARN specified as input.

        Parameters:
        certificate - The ACM-issued certificate corresponding to the ARN specified as input.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • certificateChain

        GetCertificateResponse.Builder certificateChain​(String certificateChain)

        Certificates forming the requested certificate's chain of trust. The chain consists of the certificate of the issuing CA and the intermediate certificates of any other subordinate CAs.

        Parameters:
        certificateChain - Certificates forming the requested certificate's chain of trust. The chain consists of the certificate of the issuing CA and the intermediate certificates of any other subordinate CAs.
        Returns:
        Returns a reference to this object so that method calls can be chained together.