Class AwsCloudFrontDistributionDetails
- java.lang.Object
-
- software.amazon.awssdk.services.securityhub.model.AwsCloudFrontDistributionDetails
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AwsCloudFrontDistributionDetails.Builder,AwsCloudFrontDistributionDetails>
@Generated("software.amazon.awssdk:codegen") public final class AwsCloudFrontDistributionDetails extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AwsCloudFrontDistributionDetails.Builder,AwsCloudFrontDistributionDetails>
A CloudFront distribution configuration.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAwsCloudFrontDistributionDetails.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AwsCloudFrontDistributionDetails.Builderbuilder()AwsCloudFrontDistributionCacheBehaviorscacheBehaviors()Provides information about the cache configuration for the distribution.AwsCloudFrontDistributionDefaultCacheBehaviordefaultCacheBehavior()The default cache behavior for the configuration.StringdefaultRootObject()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).StringdomainName()The domain name corresponding to the distribution.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringeTag()The entity tag is a hash of the object.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringlastModifiedTime()Indicates when that the distribution was last modified.AwsCloudFrontDistributionLogginglogging()A complex type that controls whether access logs are written for the distribution.AwsCloudFrontDistributionOriginGroupsoriginGroups()Provides information about the origin groups in the distribution.AwsCloudFrontDistributionOriginsorigins()A complex type that contains information about origins for this distribution.List<SdkField<?>>sdkFields()static Class<? extends AwsCloudFrontDistributionDetails.Builder>serializableBuilderClass()Stringstatus()Indicates the current status of the distribution.AwsCloudFrontDistributionDetails.BuildertoBuilder()StringtoString()Returns a string representation of this object.AwsCloudFrontDistributionViewerCertificateviewerCertificate()Provides information about the TLS/SSL configuration that the distribution uses to communicate with viewers.StringwebAclId()A unique identifier that specifies the WAF web ACL, if any, to associate with this distribution.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
cacheBehaviors
public final AwsCloudFrontDistributionCacheBehaviors cacheBehaviors()
Provides information about the cache configuration for the distribution.
- Returns:
- Provides information about the cache configuration for the distribution.
-
defaultCacheBehavior
public final AwsCloudFrontDistributionDefaultCacheBehavior defaultCacheBehavior()
The default cache behavior for the configuration.
- Returns:
- The default cache behavior for the configuration.
-
defaultRootObject
public final String 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
public final String domainName()
The domain name corresponding to the distribution.
- Returns:
- The domain name corresponding to the distribution.
-
eTag
public final String eTag()
The entity tag is a hash of the object.
- Returns:
- The entity tag is a hash of the object.
-
lastModifiedTime
public final String 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
public final AwsCloudFrontDistributionLogging 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
public final AwsCloudFrontDistributionOrigins 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
public final AwsCloudFrontDistributionOriginGroups originGroups()
Provides information about the origin groups in the distribution.
- Returns:
- Provides information about the origin groups in the distribution.
-
viewerCertificate
public final AwsCloudFrontDistributionViewerCertificate 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
public final String status()
Indicates the current status of the distribution.
- Returns:
- Indicates the current status of the distribution.
-
webAclId
public final String 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
public AwsCloudFrontDistributionDetails.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<AwsCloudFrontDistributionDetails.Builder,AwsCloudFrontDistributionDetails>
-
builder
public static AwsCloudFrontDistributionDetails.Builder builder()
-
serializableBuilderClass
public static Class<? extends AwsCloudFrontDistributionDetails.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-