@Generated(value="software.amazon.awssdk:codegen") public final class AwsCloudFrontDistributionViewerCertificate extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AwsCloudFrontDistributionViewerCertificate.Builder,AwsCloudFrontDistributionViewerCertificate>
Provides information about the TLS/SSL configuration that the CloudFront distribution uses to communicate with viewers.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AwsCloudFrontDistributionViewerCertificate.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
acmCertificateArn()
The ARN of the ACM certificate.
|
static AwsCloudFrontDistributionViewerCertificate.Builder |
builder() |
String |
certificate()
The identifier of the certificate.
|
String |
certificateSource()
The source of the certificate identified by
Certificate. |
Boolean |
cloudFrontDefaultCertificate()
Whether the distribution uses the CloudFront domain name.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
iamCertificateId()
The identifier of the IAM certificate.
|
String |
minimumProtocolVersion()
The security policy that CloudFront uses for HTTPS connections with viewers.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AwsCloudFrontDistributionViewerCertificate.Builder> |
serializableBuilderClass() |
String |
sslSupportMethod()
The viewers that the distribution accepts HTTPS connections from.
|
AwsCloudFrontDistributionViewerCertificate.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final 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.
MinimumCertificateVersion and
SslSupportMethod.public final String certificate()
The identifier of the certificate. Note that in CloudFront, this attribute is deprecated.
public final String certificateSource()
The source of the certificate identified by Certificate. Note that in CloudFront, this attribute is
deprecated.
Certificate. Note that in CloudFront, this
attribute is deprecated.public final Boolean cloudFrontDefaultCertificate()
Whether the distribution uses the CloudFront domain name. If set to false, then you provide either
AcmCertificateArn or IamCertificateId.
false, then you provide
either AcmCertificateArn or IamCertificateId.public final 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, then you also must provide MinimumProtocolVersion and
SslSupportMethod.public final 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.
SslSupportMethod is sni-only, then MinimumProtocolVersion must be
TLSv1 or higher.public final String sslSupportMethod()
The viewers that the distribution accepts HTTPS connections from.
public AwsCloudFrontDistributionViewerCertificate.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AwsCloudFrontDistributionViewerCertificate.Builder,AwsCloudFrontDistributionViewerCertificate>public static AwsCloudFrontDistributionViewerCertificate.Builder builder()
public static Class<? extends AwsCloudFrontDistributionViewerCertificate.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.