Interface CertificateAuthenticationRequest.Builder

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

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

    • clientRootCertificateChainArn

      CertificateAuthenticationRequest.Builder clientRootCertificateChainArn(String clientRootCertificateChainArn)

      The ARN of the client certificate. The certificate must be signed by a certificate authority (CA) and it must be provisioned in Certificate Manager (ACM).

      Parameters:
      clientRootCertificateChainArn - The ARN of the client certificate. The certificate must be signed by a certificate authority (CA) and it must be provisioned in Certificate Manager (ACM).
      Returns:
      Returns a reference to this object so that method calls can be chained together.