Uses of Interface
software.amazon.awssdk.services.lightsail.model.HeaderObject.Builder
-
Packages that use HeaderObject.Builder Package Description software.amazon.awssdk.services.lightsail.model -
-
Uses of HeaderObject.Builder in software.amazon.awssdk.services.lightsail.model
Methods in software.amazon.awssdk.services.lightsail.model that return HeaderObject.Builder Modifier and Type Method Description static HeaderObject.BuilderHeaderObject. builder()HeaderObject.BuilderHeaderObject.Builder. headersAllowList(Collection<HeaderEnum> headersAllowList)The specific headers to forward to your distribution's origin.HeaderObject.BuilderHeaderObject.Builder. headersAllowList(HeaderEnum... headersAllowList)The specific headers to forward to your distribution's origin.HeaderObject.BuilderHeaderObject.Builder. headersAllowListWithStrings(String... headersAllowList)The specific headers to forward to your distribution's origin.HeaderObject.BuilderHeaderObject.Builder. headersAllowListWithStrings(Collection<String> headersAllowList)The specific headers to forward to your distribution's origin.HeaderObject.BuilderHeaderObject.Builder. option(String option)The headers that you want your distribution to forward to your origin and base caching on.HeaderObject.BuilderHeaderObject.Builder. option(ForwardValues option)The headers that you want your distribution to forward to your origin and base caching on.HeaderObject.BuilderHeaderObject. toBuilder()Methods in software.amazon.awssdk.services.lightsail.model that return types with arguments of type HeaderObject.Builder Modifier and Type Method Description static Class<? extends HeaderObject.Builder>HeaderObject. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.lightsail.model with type arguments of type HeaderObject.Builder Modifier and Type Method Description default CacheSettings.BuilderCacheSettings.Builder. forwardedHeaders(Consumer<HeaderObject.Builder> forwardedHeaders)An object that describes the headers that are forwarded to the origin.
-