Interface InterceptorInputConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<InterceptorInputConfiguration.Builder,,InterceptorInputConfiguration> SdkBuilder<InterceptorInputConfiguration.Builder,,InterceptorInputConfiguration> SdkPojo
- Enclosing class:
InterceptorInputConfiguration
@Mutable
@NotThreadSafe
public static interface InterceptorInputConfiguration.Builder
extends SdkPojo, CopyableBuilder<InterceptorInputConfiguration.Builder,InterceptorInputConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionpassRequestHeaders(Boolean passRequestHeaders) Indicates whether to pass request headers as input into the interceptor.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
passRequestHeaders
Indicates whether to pass request headers as input into the interceptor. When set to true, request headers will be passed.
- Parameters:
passRequestHeaders- Indicates whether to pass request headers as input into the interceptor. When set to true, request headers will be passed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-