Interface AwsWafRuleGroupRulesActionDetails.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AwsWafRuleGroupRulesActionDetails.Builder,
,AwsWafRuleGroupRulesActionDetails> SdkBuilder<AwsWafRuleGroupRulesActionDetails.Builder,
,AwsWafRuleGroupRulesActionDetails> SdkPojo
- Enclosing class:
AwsWafRuleGroupRulesActionDetails
public static interface AwsWafRuleGroupRulesActionDetails.Builder
extends SdkPojo, CopyableBuilder<AwsWafRuleGroupRulesActionDetails.Builder,AwsWafRuleGroupRulesActionDetails>
-
Method Summary
Modifier and TypeMethodDescriptionThe action that WAF should take on a web request when it matches the rule's statement.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 Details
-
type
The action that WAF should take on a web request when it matches the rule's statement.
- Parameters:
type
- The action that WAF should take on a web request when it matches the rule's statement.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-