public static interface AwsWafv2CustomRequestHandlingDetails.Builder extends SdkPojo, CopyableBuilder<AwsWafv2CustomRequestHandlingDetails.Builder,AwsWafv2CustomRequestHandlingDetails>
| Modifier and Type | Method and Description |
|---|---|
AwsWafv2CustomRequestHandlingDetails.Builder |
insertHeaders(AwsWafv2CustomHttpHeader... insertHeaders)
The HTTP headers to insert into the request.
|
AwsWafv2CustomRequestHandlingDetails.Builder |
insertHeaders(Collection<AwsWafv2CustomHttpHeader> insertHeaders)
The HTTP headers to insert into the request.
|
AwsWafv2CustomRequestHandlingDetails.Builder |
insertHeaders(Consumer<AwsWafv2CustomHttpHeader.Builder>... insertHeaders)
The HTTP headers to insert into the request.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAwsWafv2CustomRequestHandlingDetails.Builder insertHeaders(Collection<AwsWafv2CustomHttpHeader> insertHeaders)
The HTTP headers to insert into the request.
insertHeaders - The HTTP headers to insert into the request.AwsWafv2CustomRequestHandlingDetails.Builder insertHeaders(AwsWafv2CustomHttpHeader... insertHeaders)
The HTTP headers to insert into the request.
insertHeaders - The HTTP headers to insert into the request.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.Builder avoiding the need
to create one manually via
AwsWafv2CustomHttpHeader.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #insertHeaders(List.
insertHeaders - a consumer that will call methods on
AwsWafv2CustomHttpHeader.Builder#insertHeaders(java.util.Collection) Copyright © 2023. All rights reserved.