Interface AwsEc2ClientVpnEndpointAuthenticationOptionsMutualAuthenticationDetails.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AwsEc2ClientVpnEndpointAuthenticationOptionsMutualAuthenticationDetails.Builder,
,AwsEc2ClientVpnEndpointAuthenticationOptionsMutualAuthenticationDetails> SdkBuilder<AwsEc2ClientVpnEndpointAuthenticationOptionsMutualAuthenticationDetails.Builder,
,AwsEc2ClientVpnEndpointAuthenticationOptionsMutualAuthenticationDetails> SdkPojo
public static interface AwsEc2ClientVpnEndpointAuthenticationOptionsMutualAuthenticationDetails.Builder
extends SdkPojo, CopyableBuilder<AwsEc2ClientVpnEndpointAuthenticationOptionsMutualAuthenticationDetails.Builder,AwsEc2ClientVpnEndpointAuthenticationOptionsMutualAuthenticationDetails>
-
Method Summary
Modifier and TypeMethodDescriptionclientRootCertificateChain
(String clientRootCertificateChain) The Amazon Resource Name (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, sdkFields
-
Method Details
-
clientRootCertificateChain
AwsEc2ClientVpnEndpointAuthenticationOptionsMutualAuthenticationDetails.Builder clientRootCertificateChain(String clientRootCertificateChain) The Amazon Resource Name (ARN) of the client certificate.
- Parameters:
clientRootCertificateChain
- The Amazon Resource Name (ARN) of the client certificate.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-