public static interface CountAction.Builder extends SdkPojo, CopyableBuilder<CountAction.Builder,CountAction>
| Modifier and Type | Method and Description |
|---|---|
default CountAction.Builder |
customRequestHandling(Consumer<CustomRequestHandling.Builder> customRequestHandling)
Defines custom handling for the web request.
|
CountAction.Builder |
customRequestHandling(CustomRequestHandling customRequestHandling)
Defines custom handling for the web request.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCountAction.Builder customRequestHandling(CustomRequestHandling customRequestHandling)
Defines custom handling for the web request.
For information about customizing web requests and responses, see Customizing web requests and responses in WAF in the WAF Developer Guide.
customRequestHandling - Defines custom handling for the web request.
For information about customizing web requests and responses, see Customizing web requests and responses in WAF in the WAF Developer Guide.
default CountAction.Builder customRequestHandling(Consumer<CustomRequestHandling.Builder> customRequestHandling)
Defines custom handling for the web request.
For information about customizing web requests and responses, see Customizing web requests and responses in WAF in the WAF Developer Guide.
This is a convenience method that creates an instance of theCustomRequestHandling.Builder avoiding
the need to create one manually via CustomRequestHandling.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to customRequestHandling(CustomRequestHandling).
customRequestHandling - a consumer that will call methods on CustomRequestHandling.BuildercustomRequestHandling(CustomRequestHandling)Copyright © 2023. All rights reserved.