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.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
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).
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).Copyright © 2022. All rights reserved.