| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudfront.model |
| Modifier and Type | Method and Description |
|---|---|
static CacheBehaviors.Builder |
CacheBehaviors.builder() |
CacheBehaviors.Builder |
CacheBehaviors.Builder.items(CacheBehavior... items)
Optional: A complex type that contains cache behaviors for this distribution.
|
CacheBehaviors.Builder |
CacheBehaviors.Builder.items(Collection<CacheBehavior> items)
Optional: A complex type that contains cache behaviors for this distribution.
|
CacheBehaviors.Builder |
CacheBehaviors.Builder.items(Consumer<CacheBehavior.Builder>... items)
Optional: A complex type that contains cache behaviors for this distribution.
|
CacheBehaviors.Builder |
CacheBehaviors.Builder.quantity(Integer quantity)
The number of cache behaviors for this distribution.
|
CacheBehaviors.Builder |
CacheBehaviors.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CacheBehaviors.Builder> |
CacheBehaviors.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DistributionConfig.Builder |
DistributionConfig.Builder.cacheBehaviors(Consumer<CacheBehaviors.Builder> cacheBehaviors)
A complex type that contains zero or more
CacheBehavior elements. |
default DistributionSummary.Builder |
DistributionSummary.Builder.cacheBehaviors(Consumer<CacheBehaviors.Builder> cacheBehaviors)
A complex type that contains zero or more
CacheBehavior elements. |
Copyright © 2018. All rights reserved.