public static interface AwsCloudFrontDistributionViewerCertificate.Builder extends SdkPojo, CopyableBuilder<AwsCloudFrontDistributionViewerCertificate.Builder,AwsCloudFrontDistributionViewerCertificate>
| Modifier and Type | Method and Description |
|---|---|
AwsCloudFrontDistributionViewerCertificate.Builder |
acmCertificateArn(String acmCertificateArn)
The ARN of the ACM certificate.
|
AwsCloudFrontDistributionViewerCertificate.Builder |
certificate(String certificate)
The identifier of the certificate.
|
AwsCloudFrontDistributionViewerCertificate.Builder |
certificateSource(String certificateSource)
The source of the certificate identified by
Certificate. |
AwsCloudFrontDistributionViewerCertificate.Builder |
cloudFrontDefaultCertificate(Boolean cloudFrontDefaultCertificate)
Whether the distribution uses the CloudFront domain name.
|
AwsCloudFrontDistributionViewerCertificate.Builder |
iamCertificateId(String iamCertificateId)
The identifier of the IAM certificate.
|
AwsCloudFrontDistributionViewerCertificate.Builder |
minimumProtocolVersion(String minimumProtocolVersion)
The security policy that CloudFront uses for HTTPS connections with viewers.
|
AwsCloudFrontDistributionViewerCertificate.Builder |
sslSupportMethod(String sslSupportMethod)
The viewers that the distribution accepts HTTPS connections from.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAwsCloudFrontDistributionViewerCertificate.Builder acmCertificateArn(String acmCertificateArn)
The ARN of the ACM certificate. Used if the certificate is stored in ACM. If you provide an ACM certificate
ARN, you must also provide MinimumCertificateVersion and SslSupportMethod.
acmCertificateArn - The ARN of the ACM certificate. Used if the certificate is stored in ACM. If you provide an ACM
certificate ARN, you must also provide MinimumCertificateVersion and
SslSupportMethod.AwsCloudFrontDistributionViewerCertificate.Builder certificate(String certificate)
The identifier of the certificate. Note that in CloudFront, this attribute is deprecated.
certificate - The identifier of the certificate. Note that in CloudFront, this attribute is deprecated.AwsCloudFrontDistributionViewerCertificate.Builder certificateSource(String certificateSource)
The source of the certificate identified by Certificate. Note that in CloudFront, this attribute
is deprecated.
certificateSource - The source of the certificate identified by Certificate. Note that in CloudFront, this
attribute is deprecated.AwsCloudFrontDistributionViewerCertificate.Builder cloudFrontDefaultCertificate(Boolean cloudFrontDefaultCertificate)
Whether the distribution uses the CloudFront domain name. If set to false, then you provide
either AcmCertificateArn or IamCertificateId.
cloudFrontDefaultCertificate - Whether the distribution uses the CloudFront domain name. If set to false, then you
provide either AcmCertificateArn or IamCertificateId.AwsCloudFrontDistributionViewerCertificate.Builder iamCertificateId(String iamCertificateId)
The identifier of the IAM certificate. Used if the certificate is stored in IAM. If you provide
IamCertificateId, then you also must provide MinimumProtocolVersion and
SslSupportMethod.
iamCertificateId - The identifier of the IAM certificate. Used if the certificate is stored in IAM. If you provide
IamCertificateId, then you also must provide MinimumProtocolVersion and
SslSupportMethod.AwsCloudFrontDistributionViewerCertificate.Builder minimumProtocolVersion(String minimumProtocolVersion)
The security policy that CloudFront uses for HTTPS connections with viewers. If SslSupportMethod
is sni-only, then MinimumProtocolVersion must be TLSv1 or higher.
minimumProtocolVersion - The security policy that CloudFront uses for HTTPS connections with viewers. If
SslSupportMethod is sni-only, then MinimumProtocolVersion must
be TLSv1 or higher.AwsCloudFrontDistributionViewerCertificate.Builder sslSupportMethod(String sslSupportMethod)
The viewers that the distribution accepts HTTPS connections from.
sslSupportMethod - The viewers that the distribution accepts HTTPS connections from.Copyright © 2023. All rights reserved.