Class CfnDistribution.CacheBehaviorProperty.Builder
java.lang.Object
software.amazon.awscdk.services.lightsail.CfnDistribution.CacheBehaviorProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDistribution.CacheBehaviorProperty>
- Enclosing interface:
CfnDistribution.CacheBehaviorProperty
@Stability(Stable)
public static final class CfnDistribution.CacheBehaviorProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDistribution.CacheBehaviorProperty>
A builder for
CfnDistribution.CacheBehaviorProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionSets the value ofCfnDistribution.CacheBehaviorProperty.getBehavior()
build()
Builds the configured instance.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
behavior
Sets the value ofCfnDistribution.CacheBehaviorProperty.getBehavior()
- Parameters:
behavior
- The cache behavior of the distribution. The following cache behaviors can be specified:cache
- This option is best for static sites. When specified, your distribution caches and serves your entire website as static content. This behavior is ideal for websites with static content that doesn't change depending on who views it, or for websites that don't use cookies, headers, or query strings to personalize content.dont-cache
- This option is best for sites that serve a mix of static and dynamic content. When specified, your distribution caches and serves only the content that is specified in the distribution’sCacheBehaviorPerPath
parameter. This behavior is ideal for websites or web applications that use cookies, headers, and query strings to personalize content for individual users.
- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnDistribution.CacheBehaviorProperty>
- Returns:
- a new instance of
CfnDistribution.CacheBehaviorProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-