| Package | Description | 
|---|---|
| com.amazonaws.services.cloudfront.model | 
| Modifier and Type | Method and Description | 
|---|---|
| OriginCustomHeader | OriginCustomHeader. clone() | 
| OriginCustomHeader | OriginCustomHeader. withHeaderName(String headerName)
 The name of a header that you want CloudFront to send to your origin. | 
| OriginCustomHeader | OriginCustomHeader. withHeaderValue(String headerValue)
 The value for the header that you specified in the  HeaderNamefield. | 
| Modifier and Type | Method and Description | 
|---|---|
| List<OriginCustomHeader> | CustomHeaders. getItems()
 Optional: A list that contains one  OriginCustomHeaderelement for each custom header that you
 want CloudFront to forward to the origin. | 
| Modifier and Type | Method and Description | 
|---|---|
| CustomHeaders | CustomHeaders. withItems(OriginCustomHeader... items)
 Optional: A list that contains one  OriginCustomHeaderelement for each custom header that you
 want CloudFront to forward to the origin. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | CustomHeaders. setItems(Collection<OriginCustomHeader> items)
 Optional: A list that contains one  OriginCustomHeaderelement for each custom header that you
 want CloudFront to forward to the origin. | 
| CustomHeaders | CustomHeaders. withItems(Collection<OriginCustomHeader> items)
 Optional: A list that contains one  OriginCustomHeaderelement for each custom header that you
 want CloudFront to forward to the origin. | 
Copyright © 2022. All rights reserved.