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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AwsWafRuleGroupRulesActionDetails.Buildertype(String type)The 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 Detail
-
type
AwsWafRuleGroupRulesActionDetails.Builder type(String 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.
-
-