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