Interface AwsWafv2RulesActionCountDetails.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AwsWafv2RulesActionCountDetails.Builder,AwsWafv2RulesActionCountDetails>,SdkBuilder<AwsWafv2RulesActionCountDetails.Builder,AwsWafv2RulesActionCountDetails>,SdkPojo
- Enclosing class:
- AwsWafv2RulesActionCountDetails
public static interface AwsWafv2RulesActionCountDetails.Builder extends SdkPojo, CopyableBuilder<AwsWafv2RulesActionCountDetails.Builder,AwsWafv2RulesActionCountDetails>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default AwsWafv2RulesActionCountDetails.BuildercustomRequestHandling(Consumer<AwsWafv2CustomRequestHandlingDetails.Builder> customRequestHandling)Defines custom handling for the web request.AwsWafv2RulesActionCountDetails.BuildercustomRequestHandling(AwsWafv2CustomRequestHandlingDetails customRequestHandling)Defines custom handling for the web request.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
customRequestHandling
AwsWafv2RulesActionCountDetails.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..
- Parameters:
customRequestHandling- Defines custom handling for the web request. For more information, see Customizing web requests and responses in WAF in the WAF Developer Guide..- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
customRequestHandling
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.Builderavoiding the need to create one manually viaAwsWafv2CustomRequestHandlingDetails.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocustomRequestHandling(AwsWafv2CustomRequestHandlingDetails).- Parameters:
customRequestHandling- a consumer that will call methods onAwsWafv2CustomRequestHandlingDetails.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
customRequestHandling(AwsWafv2CustomRequestHandlingDetails)
-
-