Uses of Class
software.amazon.awscdk.services.lightsail.CfnDistribution.Builder
Packages that use CfnDistribution.Builder
-
Uses of CfnDistribution.Builder in software.amazon.awscdk.services.lightsail
Methods in software.amazon.awscdk.services.lightsail that return CfnDistribution.BuilderModifier and TypeMethodDescriptionThe ID of the bundle applied to the distribution.CfnDistribution.Builder.cacheBehaviors(List<? extends Object> cacheBehaviors) An array of objects that describe the per-path cache behavior of the distribution.CfnDistribution.Builder.cacheBehaviors(IResolvable cacheBehaviors) An array of objects that describe the per-path cache behavior of the distribution.CfnDistribution.Builder.cacheBehaviorSettings(IResolvable cacheBehaviorSettings) An object that describes the cache behavior settings of the distribution.CfnDistribution.Builder.cacheBehaviorSettings(CfnDistribution.CacheSettingsProperty cacheBehaviorSettings) An object that describes the cache behavior settings of the distribution.CfnDistribution.Builder.certificateName(String certificateName) The name of the SSL/TLS certificate attached to the distribution.static CfnDistribution.BuilderCfnDistribution.Builder.defaultCacheBehavior(IResolvable defaultCacheBehavior) An object that describes the default cache behavior of the distribution.CfnDistribution.Builder.defaultCacheBehavior(CfnDistribution.CacheBehaviorProperty defaultCacheBehavior) An object that describes the default cache behavior of the distribution.CfnDistribution.Builder.distributionName(String distributionName) The name of the distribution.CfnDistribution.Builder.ipAddressType(String ipAddressType) The IP address type of the distribution.A Boolean value indicating whether the distribution is enabled.CfnDistribution.Builder.isEnabled(IResolvable isEnabled) A Boolean value indicating whether the distribution is enabled.CfnDistribution.Builder.origin(IResolvable origin) An object that describes the origin resource of the distribution, such as a Lightsail instance, bucket, or load balancer.CfnDistribution.Builder.origin(CfnDistribution.InputOriginProperty origin) An object that describes the origin resource of the distribution, such as a Lightsail instance, bucket, or load balancer.An array of key-value pairs to apply to this resource.