Interface Headers.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<Headers.Builder,
,Headers> SdkBuilder<Headers.Builder,
,Headers> SdkPojo
- Enclosing class:
Headers
-
Method Summary
Modifier and TypeMethodDescriptionA list of HTTP header names.items
(Collection<String> items) A list of HTTP header names.The number of header names in theItems
list.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
quantity
The number of header names in the
Items
list.- Parameters:
quantity
- The number of header names in theItems
list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
items
A list of HTTP header names.
- Parameters:
items
- A list of HTTP header names.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
items
A list of HTTP header names.
- Parameters:
items
- A list of HTTP header names.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-