Uses of Interface
software.amazon.awssdk.services.lightsail.model.CacheBehavior.Builder
-
Packages that use CacheBehavior.Builder Package Description software.amazon.awssdk.services.lightsail.model -
-
Uses of CacheBehavior.Builder in software.amazon.awssdk.services.lightsail.model
Methods in software.amazon.awssdk.services.lightsail.model that return CacheBehavior.Builder Modifier and Type Method Description CacheBehavior.BuilderCacheBehavior.Builder. behavior(String behavior)The cache behavior of the distribution.CacheBehavior.BuilderCacheBehavior.Builder. behavior(BehaviorEnum behavior)The cache behavior of the distribution.static CacheBehavior.BuilderCacheBehavior. builder()CacheBehavior.BuilderCacheBehavior. toBuilder()Methods in software.amazon.awssdk.services.lightsail.model that return types with arguments of type CacheBehavior.Builder Modifier and Type Method Description static Class<? extends CacheBehavior.Builder>CacheBehavior. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.lightsail.model with type arguments of type CacheBehavior.Builder Modifier and Type Method Description default CreateDistributionRequest.BuilderCreateDistributionRequest.Builder. defaultCacheBehavior(Consumer<CacheBehavior.Builder> defaultCacheBehavior)An object that describes the default cache behavior for the distribution.default LightsailDistribution.BuilderLightsailDistribution.Builder. defaultCacheBehavior(Consumer<CacheBehavior.Builder> defaultCacheBehavior)An object that describes the default cache behavior of the distribution.default UpdateDistributionRequest.BuilderUpdateDistributionRequest.Builder. defaultCacheBehavior(Consumer<CacheBehavior.Builder> defaultCacheBehavior)An object that describes the default cache behavior for the distribution.
-