Interface AwsWafv2CustomRequestHandlingDetails.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<AwsWafv2CustomRequestHandlingDetails.Builder,,AwsWafv2CustomRequestHandlingDetails> SdkBuilder<AwsWafv2CustomRequestHandlingDetails.Builder,,AwsWafv2CustomRequestHandlingDetails> SdkPojo
- Enclosing class:
 AwsWafv2CustomRequestHandlingDetails
public static interface AwsWafv2CustomRequestHandlingDetails.Builder
extends SdkPojo, CopyableBuilder<AwsWafv2CustomRequestHandlingDetails.Builder,AwsWafv2CustomRequestHandlingDetails> 
- 
Method Summary
Modifier and TypeMethodDescriptioninsertHeaders(Collection<AwsWafv2CustomHttpHeader> insertHeaders) The HTTP headers to insert into the request.insertHeaders(Consumer<AwsWafv2CustomHttpHeader.Builder>... insertHeaders) The HTTP headers to insert into the request.insertHeaders(AwsWafv2CustomHttpHeader... insertHeaders) The HTTP headers to insert into the request.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, sdkFields 
- 
Method Details
- 
insertHeaders
AwsWafv2CustomRequestHandlingDetails.Builder insertHeaders(Collection<AwsWafv2CustomHttpHeader> insertHeaders) The HTTP headers to insert into the request.
- Parameters:
 insertHeaders- The HTTP headers to insert into the request.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
insertHeaders
AwsWafv2CustomRequestHandlingDetails.Builder insertHeaders(AwsWafv2CustomHttpHeader... insertHeaders) The HTTP headers to insert into the request.
- Parameters:
 insertHeaders- The HTTP headers to insert into the request.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
insertHeaders
AwsWafv2CustomRequestHandlingDetails.Builder insertHeaders(Consumer<AwsWafv2CustomHttpHeader.Builder>... insertHeaders) The HTTP headers to insert into the request.
This is a convenience method that creates an instance of theAwsWafv2CustomHttpHeader.Builderavoiding the need to create one manually viaAwsWafv2CustomHttpHeader.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toinsertHeaders(List<AwsWafv2CustomHttpHeader>).- Parameters:
 insertHeaders- a consumer that will call methods onAwsWafv2CustomHttpHeader.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -