Interface CertificateAuthentication.Builder

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

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

    • clientRootCertificateChain

      CertificateAuthentication.Builder clientRootCertificateChain(String clientRootCertificateChain)

      The ARN of the client certificate.

      Parameters:
      clientRootCertificateChain - The ARN of the client certificate.
      Returns:
      Returns a reference to this object so that method calls can be chained together.