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