Uses of Interface
software.amazon.awssdk.services.cloudfront.model.CustomHeaders.Builder
Packages that use CustomHeaders.Builder
-
Uses of CustomHeaders.Builder in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return CustomHeaders.BuilderModifier and TypeMethodDescriptionstatic CustomHeaders.BuilderCustomHeaders.builder()CustomHeaders.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.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.Builder.items(OriginCustomHeader... items) Optional: A list that contains oneOriginCustomHeaderelement for each custom header that you want CloudFront to forward to the origin.The number of custom headers, if any, for this distribution.CustomHeaders.toBuilder()Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type CustomHeaders.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CustomHeaders.Builder>CustomHeaders.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cloudfront.model with type arguments of type CustomHeaders.BuilderModifier and TypeMethodDescriptiondefault 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.