public static interface FunctionAssociations.Builder extends SdkPojo, CopyableBuilder<FunctionAssociations.Builder,FunctionAssociations>
| Modifier and Type | Method and Description |
|---|---|
FunctionAssociations.Builder |
items(Collection<FunctionAssociation> items)
The CloudFront functions that are associated with a cache behavior in a CloudFront distribution.
|
FunctionAssociations.Builder |
items(Consumer<FunctionAssociation.Builder>... items)
The CloudFront functions that are associated with a cache behavior in a CloudFront distribution.
|
FunctionAssociations.Builder |
items(FunctionAssociation... items)
The CloudFront functions that are associated with a cache behavior in a CloudFront distribution.
|
FunctionAssociations.Builder |
quantity(Integer quantity)
The number of CloudFront functions in the list.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildFunctionAssociations.Builder quantity(Integer quantity)
The number of CloudFront functions in the list.
quantity - The number of CloudFront functions in the list.FunctionAssociations.Builder items(Collection<FunctionAssociation> items)
The CloudFront functions that are associated with a cache behavior in a CloudFront distribution. CloudFront
functions must be published to the LIVE stage to associate them with a cache behavior.
items - The CloudFront functions that are associated with a cache behavior in a CloudFront distribution.
CloudFront functions must be published to the LIVE stage to associate them with a cache
behavior.FunctionAssociations.Builder items(FunctionAssociation... items)
The CloudFront functions that are associated with a cache behavior in a CloudFront distribution. CloudFront
functions must be published to the LIVE stage to associate them with a cache behavior.
items - The CloudFront functions that are associated with a cache behavior in a CloudFront distribution.
CloudFront functions must be published to the LIVE stage to associate them with a cache
behavior.FunctionAssociations.Builder items(Consumer<FunctionAssociation.Builder>... items)
The CloudFront functions that are associated with a cache behavior in a CloudFront distribution. CloudFront
functions must be published to the LIVE stage to associate them with a cache behavior.
List.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately
and its result is passed to #items(List) .items - a consumer that will call methods on List.Builder #items(List) Copyright © 2021. All rights reserved.