Uses of Interface
software.amazon.awssdk.services.cloudfront.model.FunctionAssociations.Builder
-
Packages that use FunctionAssociations.Builder Package Description software.amazon.awssdk.services.cloudfront.model -
-
Uses of FunctionAssociations.Builder in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return FunctionAssociations.Builder Modifier and Type Method Description static FunctionAssociations.BuilderFunctionAssociations. builder()FunctionAssociations.BuilderFunctionAssociations.Builder. items(Collection<FunctionAssociation> items)The CloudFront functions that are associated with a cache behavior in a CloudFront distribution.FunctionAssociations.BuilderFunctionAssociations.Builder. items(Consumer<FunctionAssociation.Builder>... items)The CloudFront functions that are associated with a cache behavior in a CloudFront distribution.FunctionAssociations.BuilderFunctionAssociations.Builder. items(FunctionAssociation... items)The CloudFront functions that are associated with a cache behavior in a CloudFront distribution.FunctionAssociations.BuilderFunctionAssociations.Builder. quantity(Integer quantity)The number of CloudFront functions in the list.FunctionAssociations.BuilderFunctionAssociations. toBuilder()Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type FunctionAssociations.Builder Modifier and Type Method Description static Class<? extends FunctionAssociations.Builder>FunctionAssociations. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cloudfront.model with type arguments of type FunctionAssociations.Builder Modifier and Type Method Description default CacheBehavior.BuilderCacheBehavior.Builder. functionAssociations(Consumer<FunctionAssociations.Builder> functionAssociations)A list of CloudFront functions that are associated with this cache behavior.default DefaultCacheBehavior.BuilderDefaultCacheBehavior.Builder. functionAssociations(Consumer<FunctionAssociations.Builder> functionAssociations)A list of CloudFront functions that are associated with this cache behavior.
-