Interface Certificates.Builder

All Superinterfaces:
Buildable, CopyableBuilder<Certificates.Builder,Certificates>, SdkBuilder<Certificates.Builder,Certificates>, SdkPojo
Enclosing class:
Certificates

public static interface Certificates.Builder extends SdkPojo, CopyableBuilder<Certificates.Builder,Certificates>
  • Method Details

    • 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 AWS CloudHSM.

      Parameters:
      awsHardwareCertificate - The HSM hardware certificate issued (signed) by AWS 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.