| Package | Description |
|---|---|
| software.amazon.awssdk.services.lightsail.model |
| Modifier and Type | Method and Description |
|---|---|
CacheBehavior.Builder |
CacheBehavior.Builder.behavior(BehaviorEnum behavior)
The cache behavior of the distribution.
|
CacheBehavior.Builder |
CacheBehavior.Builder.behavior(String behavior)
The cache behavior of the distribution.
|
static CacheBehavior.Builder |
CacheBehavior.builder() |
CacheBehavior.Builder |
CacheBehavior.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CacheBehavior.Builder> |
CacheBehavior.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreateDistributionRequest.Builder |
CreateDistributionRequest.Builder.defaultCacheBehavior(Consumer<CacheBehavior.Builder> defaultCacheBehavior)
An object that describes the default cache behavior for the distribution.
|
default UpdateDistributionRequest.Builder |
UpdateDistributionRequest.Builder.defaultCacheBehavior(Consumer<CacheBehavior.Builder> defaultCacheBehavior)
An object that describes the default cache behavior for the distribution.
|
default LightsailDistribution.Builder |
LightsailDistribution.Builder.defaultCacheBehavior(Consumer<CacheBehavior.Builder> defaultCacheBehavior)
An object that describes the default cache behavior of the distribution.
|
Copyright © 2021. All rights reserved.