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.
FunctionAssociation.Builder avoiding the need to
create one manually via
FunctionAssociation.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #items(List.
items - a consumer that will call methods on
FunctionAssociation.Builder#items(java.util.Collection) Copyright © 2023. All rights reserved.