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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CertificateAuthentication.Builder
clientRootCertificateChain(String clientRootCertificateChain)
The ARN of the client certificate.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
clientRootCertificateChain
CertificateAuthentication.Builder clientRootCertificateChain(String 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.
-
-