| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudfront.model |
| Modifier and Type | Method and Description |
|---|---|
static FunctionAssociations.Builder |
FunctionAssociations.builder() |
FunctionAssociations.Builder |
FunctionAssociations.Builder.items(Collection<FunctionAssociation> items)
The CloudFront functions that are associated with a cache behavior in a CloudFront distribution.
|
FunctionAssociations.Builder |
FunctionAssociations.Builder.items(Consumer<FunctionAssociation.Builder>... items)
The CloudFront functions that are associated with a cache behavior in a CloudFront distribution.
|
FunctionAssociations.Builder |
FunctionAssociations.Builder.items(FunctionAssociation... items)
The CloudFront functions that are associated with a cache behavior in a CloudFront distribution.
|
FunctionAssociations.Builder |
FunctionAssociations.Builder.quantity(Integer quantity)
The number of CloudFront functions in the list.
|
FunctionAssociations.Builder |
FunctionAssociations.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends FunctionAssociations.Builder> |
FunctionAssociations.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CacheBehavior.Builder |
CacheBehavior.Builder.functionAssociations(Consumer<FunctionAssociations.Builder> functionAssociations)
A list of CloudFront functions that are associated with this cache behavior.
|
default DefaultCacheBehavior.Builder |
DefaultCacheBehavior.Builder.functionAssociations(Consumer<FunctionAssociations.Builder> functionAssociations)
A list of CloudFront functions that are associated with this cache behavior.
|
Copyright © 2021. All rights reserved.