Uses of Class
software.amazon.awscdk.services.lightsail.CfnDistribution.CacheSettingsProperty.Builder
-
Uses of CfnDistribution.CacheSettingsProperty.Builder in software.amazon.awscdk.services.lightsail
Modifier and TypeMethodDescriptionCfnDistribution.CacheSettingsProperty.Builder.allowedHttpMethods
(String allowedHttpMethods) Sets the value ofCfnDistribution.CacheSettingsProperty.getAllowedHttpMethods()
CfnDistribution.CacheSettingsProperty.builder()
CfnDistribution.CacheSettingsProperty.Builder.cachedHttpMethods
(String cachedHttpMethods) Sets the value ofCfnDistribution.CacheSettingsProperty.getCachedHttpMethods()
CfnDistribution.CacheSettingsProperty.Builder.defaultTtl
(Number defaultTtl) Sets the value ofCfnDistribution.CacheSettingsProperty.getDefaultTtl()
CfnDistribution.CacheSettingsProperty.Builder.forwardedCookies
(IResolvable forwardedCookies) Sets the value ofCfnDistribution.CacheSettingsProperty.getForwardedCookies()
CfnDistribution.CacheSettingsProperty.Builder.forwardedCookies
(CfnDistribution.CookieObjectProperty forwardedCookies) Sets the value ofCfnDistribution.CacheSettingsProperty.getForwardedCookies()
CfnDistribution.CacheSettingsProperty.Builder.forwardedHeaders
(IResolvable forwardedHeaders) Sets the value ofCfnDistribution.CacheSettingsProperty.getForwardedHeaders()
CfnDistribution.CacheSettingsProperty.Builder.forwardedHeaders
(CfnDistribution.HeaderObjectProperty forwardedHeaders) Sets the value ofCfnDistribution.CacheSettingsProperty.getForwardedHeaders()
CfnDistribution.CacheSettingsProperty.Builder.forwardedQueryStrings
(IResolvable forwardedQueryStrings) Sets the value ofCfnDistribution.CacheSettingsProperty.getForwardedQueryStrings()
CfnDistribution.CacheSettingsProperty.Builder.forwardedQueryStrings
(CfnDistribution.QueryStringObjectProperty forwardedQueryStrings) Sets the value ofCfnDistribution.CacheSettingsProperty.getForwardedQueryStrings()
CfnDistribution.CacheSettingsProperty.Builder.maximumTtl
(Number maximumTtl) Sets the value ofCfnDistribution.CacheSettingsProperty.getMaximumTtl()
CfnDistribution.CacheSettingsProperty.Builder.minimumTtl
(Number minimumTtl) Sets the value ofCfnDistribution.CacheSettingsProperty.getMinimumTtl()
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnDistribution.CacheSettingsProperty.Builder
.