Uses of Interface
software.amazon.awssdk.services.cloudfront.model.CacheBehaviors.Builder
-
Packages that use CacheBehaviors.Builder Package Description software.amazon.awssdk.services.cloudfront.model -
-
Uses of CacheBehaviors.Builder in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return CacheBehaviors.Builder Modifier and Type Method Description static CacheBehaviors.BuilderCacheBehaviors. builder()CacheBehaviors.BuilderCacheBehaviors.Builder. items(Collection<CacheBehavior> items)Optional: A complex type that contains cache behaviors for this distribution.CacheBehaviors.BuilderCacheBehaviors.Builder. items(Consumer<CacheBehavior.Builder>... items)Optional: A complex type that contains cache behaviors for this distribution.CacheBehaviors.BuilderCacheBehaviors.Builder. items(CacheBehavior... items)Optional: A complex type that contains cache behaviors for this distribution.CacheBehaviors.BuilderCacheBehaviors.Builder. quantity(Integer quantity)The number of cache behaviors for this distribution.CacheBehaviors.BuilderCacheBehaviors. toBuilder()Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type CacheBehaviors.Builder Modifier and Type Method Description static Class<? extends CacheBehaviors.Builder>CacheBehaviors. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cloudfront.model with type arguments of type CacheBehaviors.Builder Modifier and Type Method Description default DistributionConfig.BuilderDistributionConfig.Builder. cacheBehaviors(Consumer<CacheBehaviors.Builder> cacheBehaviors)A complex type that contains zero or moreCacheBehaviorelements.default DistributionSummary.BuilderDistributionSummary.Builder. cacheBehaviors(Consumer<CacheBehaviors.Builder> cacheBehaviors)A complex type that contains zero or moreCacheBehaviorelements.
-