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 Summary
Modifier and TypeMethodDescriptionclientRootCertificateChain(String clientRootCertificateChain) 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, sdkFields 
- 
Method Details
- 
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.
 
 
 -