Class AwsCloudFrontDistributionDetails
- All Implemented Interfaces:
- Serializable,- SdkPojo,- ToCopyableBuilder<AwsCloudFrontDistributionDetails.Builder,- AwsCloudFrontDistributionDetails> 
A CloudFront distribution configuration.
- See Also:
- 
Nested Class SummaryNested Classes
- 
Method SummaryModifier and TypeMethodDescriptionbuilder()Provides information about the cache configuration for the distribution.The default cache behavior for the configuration.final StringThe object that CloudFront sends in response to requests from the origin (for example, index.html) when a viewer requests the root URL for the distribution (http://www.example.com) instead of an object in your distribution (http://www.example.com/product-description.html).final StringThe domain name corresponding to the distribution.final booleanfinal booleanequalsBySdkFields(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final StringeTag()The entity tag is a hash of the object.final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) final inthashCode()final StringIndicates when that the distribution was last modified.logging()A complex type that controls whether access logs are written for the distribution.Provides information about the origin groups in the distribution.origins()A complex type that contains information about origins for this distribution.static Class<? extends AwsCloudFrontDistributionDetails.Builder> final Stringstatus()Indicates the current status of the distribution.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.Provides information about the TLS/SSL configuration that the distribution uses to communicate with viewers.final StringwebAclId()A unique identifier that specifies the WAF web ACL, if any, to associate with this distribution.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuildercopy
- 
Method Details- 
cacheBehaviorsProvides information about the cache configuration for the distribution. - Returns:
- Provides information about the cache configuration for the distribution.
 
- 
defaultCacheBehaviorThe default cache behavior for the configuration. - Returns:
- The default cache behavior for the configuration.
 
- 
defaultRootObjectThe object that CloudFront sends in response to requests from the origin (for example, index.html) when a viewer requests the root URL for the distribution (http://www.example.com) instead of an object in your distribution (http://www.example.com/product-description.html). - Returns:
- The object that CloudFront sends in response to requests from the origin (for example, index.html) when a viewer requests the root URL for the distribution (http://www.example.com) instead of an object in your distribution (http://www.example.com/product-description.html).
 
- 
domainNameThe domain name corresponding to the distribution. - Returns:
- The domain name corresponding to the distribution.
 
- 
eTagThe entity tag is a hash of the object. - Returns:
- The entity tag is a hash of the object.
 
- 
lastModifiedTimeIndicates when that the distribution was last modified. This field accepts only the specified formats. Timestamps can end with Zor("+" / "-") time-hour [":" time-minute]. The time-secfrac after seconds is limited to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples:- 
 YYYY-MM-DDTHH:MM:SSZ(for example,2019-01-31T23:00:00Z)
- 
 YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ(for example,2019-01-31T23:00:00.123456789Z)
- 
 YYYY-MM-DDTHH:MM:SS+HH:MM(for example,2024-01-04T15:25:10+17:59)
- 
 YYYY-MM-DDTHH:MM:SS-HHMM(for example,2024-01-04T15:25:10-1759)
- 
 YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM(for example,2024-01-04T15:25:10.123456789+17:59)
 - Returns:
- Indicates when that the distribution was last modified.
         This field accepts only the specified formats. Timestamps can end with Zor("+" / "-") time-hour [":" time-minute]. The time-secfrac after seconds is limited to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples:- 
         YYYY-MM-DDTHH:MM:SSZ(for example,2019-01-31T23:00:00Z)
- 
         YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ(for example,2019-01-31T23:00:00.123456789Z)
- 
         YYYY-MM-DDTHH:MM:SS+HH:MM(for example,2024-01-04T15:25:10+17:59)
- 
         YYYY-MM-DDTHH:MM:SS-HHMM(for example,2024-01-04T15:25:10-1759)
- 
         YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM(for example,2024-01-04T15:25:10.123456789+17:59)
 
- 
         
 
- 
 
- 
loggingA complex type that controls whether access logs are written for the distribution. - Returns:
- A complex type that controls whether access logs are written for the distribution.
 
- 
originsA complex type that contains information about origins for this distribution. - Returns:
- A complex type that contains information about origins for this distribution.
 
- 
originGroupsProvides information about the origin groups in the distribution. - Returns:
- Provides information about the origin groups in the distribution.
 
- 
viewerCertificateProvides information about the TLS/SSL configuration that the distribution uses to communicate with viewers. - Returns:
- Provides information about the TLS/SSL configuration that the distribution uses to communicate with viewers.
 
- 
statusIndicates the current status of the distribution. - Returns:
- Indicates the current status of the distribution.
 
- 
webAclIdA unique identifier that specifies the WAF web ACL, if any, to associate with this distribution. - Returns:
- A unique identifier that specifies the WAF web ACL, if any, to associate with this distribution.
 
- 
toBuilderDescription copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
- toBuilderin interface- ToCopyableBuilder<AwsCloudFrontDistributionDetails.Builder,- AwsCloudFrontDistributionDetails> 
- Returns:
- a builder for type T
 
- 
builder
- 
serializableBuilderClass
- 
hashCode
- 
equals
- 
equalsBySdkFieldsDescription 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 interface- SdkPojo
- 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
 
-