Interface ResponseHeadersPolicyAccessControlAllowHeaders.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ResponseHeadersPolicyAccessControlAllowHeaders.Builder,
,ResponseHeadersPolicyAccessControlAllowHeaders> SdkBuilder<ResponseHeadersPolicyAccessControlAllowHeaders.Builder,
,ResponseHeadersPolicyAccessControlAllowHeaders> SdkPojo
- Enclosing class:
ResponseHeadersPolicyAccessControlAllowHeaders
public static interface ResponseHeadersPolicyAccessControlAllowHeaders.Builder
extends SdkPojo, CopyableBuilder<ResponseHeadersPolicyAccessControlAllowHeaders.Builder,ResponseHeadersPolicyAccessControlAllowHeaders>
-
Method Summary
Modifier and TypeMethodDescriptionThe list of HTTP header names.items
(Collection<String> items) The list of HTTP header names.The number of HTTP header names in the 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 HTTP header names in the list.
- Parameters:
quantity
- The number of HTTP header names in the list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
items
The list of HTTP header names. You can specify
*
to allow all headers.- Parameters:
items
- The list of HTTP header names. You can specify*
to allow all headers.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
items
The list of HTTP header names. You can specify
*
to allow all headers.- Parameters:
items
- The list of HTTP header names. You can specify*
to allow all headers.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-