Interface StatefulRuleGroupOverride.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<StatefulRuleGroupOverride.Builder,StatefulRuleGroupOverride>,SdkBuilder<StatefulRuleGroupOverride.Builder,StatefulRuleGroupOverride>,SdkPojo
- Enclosing class:
- StatefulRuleGroupOverride
public static interface StatefulRuleGroupOverride.Builder extends SdkPojo, CopyableBuilder<StatefulRuleGroupOverride.Builder,StatefulRuleGroupOverride>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StatefulRuleGroupOverride.Builderaction(String action)The action that changes the rule group fromDROPtoALERT.StatefulRuleGroupOverride.Builderaction(OverrideAction action)The action that changes the rule group fromDROPtoALERT.-
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
-
action
StatefulRuleGroupOverride.Builder action(String action)
The action that changes the rule group from
DROPtoALERT. This only applies to managed rule groups.- Parameters:
action- The action that changes the rule group fromDROPtoALERT. This only applies to managed rule groups.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
OverrideAction,OverrideAction
-
action
StatefulRuleGroupOverride.Builder action(OverrideAction action)
The action that changes the rule group from
DROPtoALERT. This only applies to managed rule groups.- Parameters:
action- The action that changes the rule group fromDROPtoALERT. This only applies to managed rule groups.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
OverrideAction,OverrideAction
-
-