Interface RequestHeaderConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<RequestHeaderConfiguration.Builder,
,RequestHeaderConfiguration> SdkBuilder<RequestHeaderConfiguration.Builder,
,RequestHeaderConfiguration> SdkPojo
- Enclosing class:
RequestHeaderConfiguration
@Mutable
@NotThreadSafe
public static interface RequestHeaderConfiguration.Builder
extends SdkPojo, CopyableBuilder<RequestHeaderConfiguration.Builder,RequestHeaderConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionrequestHeaderAllowlist
(String... requestHeaderAllowlist) A list of HTTP request headers that are allowed to be passed through to the runtime.requestHeaderAllowlist
(Collection<String> requestHeaderAllowlist) A list of HTTP request headers that are allowed to be passed through to the runtime.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, sdkFieldNameToField, sdkFields
-
Method Details
-
requestHeaderAllowlist
RequestHeaderConfiguration.Builder requestHeaderAllowlist(Collection<String> requestHeaderAllowlist) A list of HTTP request headers that are allowed to be passed through to the runtime.
- Parameters:
requestHeaderAllowlist
- A list of HTTP request headers that are allowed to be passed through to the runtime.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
requestHeaderAllowlist
A list of HTTP request headers that are allowed to be passed through to the runtime.
- Parameters:
requestHeaderAllowlist
- A list of HTTP request headers that are allowed to be passed through to the runtime.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-