Class AwsCloudFrontDistributionDetails
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AwsCloudFrontDistributionDetails.Builder,AwsCloudFrontDistributionDetails>
A CloudFront distribution configuration.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier 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.ToCopyableBuilder
copy
-
Method Details
-
cacheBehaviors
Provides information about the cache configuration for the distribution.
- Returns:
- Provides information about the cache configuration for the distribution.
-
defaultCacheBehavior
The default cache behavior for the configuration.
- Returns:
- The default cache behavior for the configuration.
-
defaultRootObject
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).
- 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).
-
domainName
The domain name corresponding to the distribution.
- Returns:
- The domain name corresponding to the distribution.
-
eTag
The entity tag is a hash of the object.
- Returns:
- The entity tag is a hash of the object.
-
lastModifiedTime
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)
- 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)
-
-
-
logging
A 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.
-
origins
A complex type that contains information about origins for this distribution.
- Returns:
- A complex type that contains information about origins for this distribution.
-
originGroups
Provides information about the origin groups in the distribution.
- Returns:
- Provides information about the origin groups in the distribution.
-
viewerCertificate
Provides 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.
-
status
Indicates the current status of the distribution.
- Returns:
- Indicates the current status of the distribution.
-
webAclId
A 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.
-
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<AwsCloudFrontDistributionDetails.Builder,AwsCloudFrontDistributionDetails> - Returns:
- a builder for type T
-
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
-