Interface OriginMtlsConfig.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<OriginMtlsConfig.Builder,,OriginMtlsConfig> SdkBuilder<OriginMtlsConfig.Builder,,OriginMtlsConfig> SdkPojo
- Enclosing class:
OriginMtlsConfig
@Mutable
@NotThreadSafe
public static interface OriginMtlsConfig.Builder
extends SdkPojo, CopyableBuilder<OriginMtlsConfig.Builder,OriginMtlsConfig>
-
Method Summary
Modifier and TypeMethodDescriptionclientCertificateArn(String clientCertificateArn) The Amazon Resource Name (ARN) of the client certificate stored in Amazon Web Services Certificate Manager (ACM) that CloudFront uses to authenticate with your origin using Mutual TLS.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
-
clientCertificateArn
The Amazon Resource Name (ARN) of the client certificate stored in Amazon Web Services Certificate Manager (ACM) that CloudFront uses to authenticate with your origin using Mutual TLS.
- Parameters:
clientCertificateArn- The Amazon Resource Name (ARN) of the client certificate stored in Amazon Web Services Certificate Manager (ACM) that CloudFront uses to authenticate with your origin using Mutual TLS.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-