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 Summary
Modifier and TypeMethodDescriptionclientRootCertificateChainArn(String clientRootCertificateChainArn) The ARN of the client certificate.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
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.
 
 
 -