Uses of Interface
software.amazon.awssdk.services.cloudfront.model.OriginCustomHeader.Builder
Packages that use OriginCustomHeader.Builder
-
Uses of OriginCustomHeader.Builder in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return OriginCustomHeader.BuilderModifier and TypeMethodDescriptionstatic OriginCustomHeader.BuilderOriginCustomHeader.builder()OriginCustomHeader.Builder.headerName(String headerName) The name of a header that you want CloudFront to send to your origin.OriginCustomHeader.Builder.headerValue(String headerValue) The value for the header that you specified in theHeaderNamefield.OriginCustomHeader.toBuilder()Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type OriginCustomHeader.BuilderModifier and TypeMethodDescriptionstatic Class<? extends OriginCustomHeader.Builder>OriginCustomHeader.serializableBuilderClass()