Class AwsCloudFrontDistributionViewerCertificate
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AwsCloudFrontDistributionViewerCertificate.Builder,AwsCloudFrontDistributionViewerCertificate>
Provides information about the TLS/SSL configuration that the CloudFront distribution uses to communicate with viewers.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interface -
Method Summary
Modifier and TypeMethodDescriptionfinal StringThe ARN of the ACM certificate.builder()final StringThe identifier of the certificate.final StringThe source of the certificate identified byCertificate.final BooleanWhether the distribution uses the CloudFront domain name.final booleanfinal booleanequalsBySdkFields(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) final inthashCode()final StringThe identifier of the IAM certificate.final StringThe security policy that CloudFront uses for HTTPS connections with viewers.static Class<? extends AwsCloudFrontDistributionViewerCertificate.Builder> final StringThe viewers that the distribution accepts HTTPS connections from.Take this object and create a builder that contains all of the current property values of this object.final StringtoString()Returns a string representation of this object.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
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
MinimumCertificateVersionandSslSupportMethod.- Returns:
- 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
MinimumCertificateVersionandSslSupportMethod.
-
certificate
The identifier of the certificate. Note that in CloudFront, this attribute is deprecated.
- Returns:
- The identifier of the 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.- Returns:
- The source of the certificate identified by
Certificate. Note that in CloudFront, this attribute is deprecated.
-
cloudFrontDefaultCertificate
Whether the distribution uses the CloudFront domain name. If set to
false, then you provide eitherAcmCertificateArnorIamCertificateId.- Returns:
- Whether the distribution uses the CloudFront domain name. If set to
false, then you provide eitherAcmCertificateArnorIamCertificateId.
-
iamCertificateId
The identifier of the IAM certificate. Used if the certificate is stored in IAM. If you provide
IamCertificateId, then you also must provideMinimumProtocolVersionandSslSupportMethod.- Returns:
- The identifier of the IAM certificate. Used if the certificate is stored in IAM. If you provide
IamCertificateId, then you also must provideMinimumProtocolVersionandSslSupportMethod.
-
minimumProtocolVersion
The security policy that CloudFront uses for HTTPS connections with viewers. If
SslSupportMethodissni-only, thenMinimumProtocolVersionmust beTLSv1or higher.- Returns:
- The security policy that CloudFront uses for HTTPS connections with viewers. If
SslSupportMethodissni-only, thenMinimumProtocolVersionmust beTLSv1or higher.
-
sslSupportMethod
The viewers that the distribution accepts HTTPS connections from.
- Returns:
- The viewers that the distribution accepts HTTPS connections from.
-
toBuilder
Description copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<AwsCloudFrontDistributionViewerCertificate.Builder,AwsCloudFrontDistributionViewerCertificate> - Returns:
- a builder for type T
-
builder
-
serializableBuilderClass
public static Class<? extends AwsCloudFrontDistributionViewerCertificate.Builder> serializableBuilderClass() -
hashCode
-
equals
-
equalsBySdkFields
Description copied from interface:SdkPojoIndicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojoclass, and is generated based on a service model.If an
SdkPojoclass does not have any inherited fields,equalsBySdkFieldsandequalsare essentially the same.- Specified by:
equalsBySdkFieldsin interfaceSdkPojo- Parameters:
obj- the object to be compared with- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
-
toString
-
getValueForField
-
sdkFields
-