public static interface CertificateAuthenticationRequest.Builder extends SdkPojo, CopyableBuilder<CertificateAuthenticationRequest.Builder,CertificateAuthenticationRequest>
| Modifier and Type | Method and Description |
|---|---|
CertificateAuthenticationRequest.Builder |
clientRootCertificateChainArn(String clientRootCertificateChainArn)
The ARN of the client certificate.
|
copyapplyMutation, buildCertificateAuthenticationRequest.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 AWS Certificate Manager (ACM).
clientRootCertificateChainArn - The ARN of the client certificate. The certificate must be signed by a certificate authority (CA) and
it must be provisioned in AWS Certificate Manager (ACM).Copyright © 2019. All rights reserved.