Uses of Interface
software.amazon.awssdk.services.cloudfront.model.CustomHeaders.Builder
-
Packages that use CustomHeaders.Builder Package Description software.amazon.awssdk.services.cloudfront.model -
-
Uses of CustomHeaders.Builder in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return CustomHeaders.Builder Modifier and Type Method Description static CustomHeaders.BuilderCustomHeaders. builder()CustomHeaders.BuilderCustomHeaders.Builder. items(Collection<OriginCustomHeader> items)Optional: A list that contains oneOriginCustomHeaderelement for each custom header that you want CloudFront to forward to the origin.CustomHeaders.BuilderCustomHeaders.Builder. items(Consumer<OriginCustomHeader.Builder>... items)Optional: A list that contains oneOriginCustomHeaderelement for each custom header that you want CloudFront to forward to the origin.CustomHeaders.BuilderCustomHeaders.Builder. items(OriginCustomHeader... items)Optional: A list that contains oneOriginCustomHeaderelement for each custom header that you want CloudFront to forward to the origin.CustomHeaders.BuilderCustomHeaders.Builder. quantity(Integer quantity)The number of custom headers, if any, for this distribution.CustomHeaders.BuilderCustomHeaders. toBuilder()Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type CustomHeaders.Builder Modifier and Type Method Description static Class<? extends CustomHeaders.Builder>CustomHeaders. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cloudfront.model with type arguments of type CustomHeaders.Builder Modifier and Type Method Description default Origin.BuilderOrigin.Builder. customHeaders(Consumer<CustomHeaders.Builder> customHeaders)A list of HTTP header names and values that CloudFront adds to the requests that it sends to the origin.
-