Interface Certificates.Builder

    • Method Detail

      • clusterCsr

        Certificates.Builder clusterCsr​(String clusterCsr)

        The cluster's certificate signing request (CSR). The CSR exists only when the cluster's state is UNINITIALIZED.

        Parameters:
        clusterCsr - The cluster's certificate signing request (CSR). The CSR exists only when the cluster's state is UNINITIALIZED.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • hsmCertificate

        Certificates.Builder hsmCertificate​(String hsmCertificate)

        The HSM certificate issued (signed) by the HSM hardware.

        Parameters:
        hsmCertificate - The HSM certificate issued (signed) by the HSM hardware.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • awsHardwareCertificate

        Certificates.Builder awsHardwareCertificate​(String awsHardwareCertificate)

        The HSM hardware certificate issued (signed) by CloudHSM.

        Parameters:
        awsHardwareCertificate - The HSM hardware certificate issued (signed) by CloudHSM.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • manufacturerHardwareCertificate

        Certificates.Builder manufacturerHardwareCertificate​(String manufacturerHardwareCertificate)

        The HSM hardware certificate issued (signed) by the hardware manufacturer.

        Parameters:
        manufacturerHardwareCertificate - The HSM hardware certificate issued (signed) by the hardware manufacturer.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • clusterCertificate

        Certificates.Builder clusterCertificate​(String clusterCertificate)

        The cluster certificate issued (signed) by the issuing certificate authority (CA) of the cluster's owner.

        Parameters:
        clusterCertificate - The cluster certificate issued (signed) by the issuing certificate authority (CA) of the cluster's owner.
        Returns:
        Returns a reference to this object so that method calls can be chained together.