Uses of Interface
software.amazon.awssdk.services.cloudfront.model.FunctionAssociations.Builder
Packages that use FunctionAssociations.Builder
-
Uses of FunctionAssociations.Builder in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return FunctionAssociations.BuilderModifier and TypeMethodDescriptionstatic FunctionAssociations.BuilderFunctionAssociations.builder()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.The number of CloudFront functions in the list.FunctionAssociations.toBuilder()Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type FunctionAssociations.BuilderModifier and TypeMethodDescriptionstatic Class<? extends FunctionAssociations.Builder>FunctionAssociations.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cloudfront.model with type arguments of type FunctionAssociations.BuilderModifier and TypeMethodDescriptiondefault 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.