Interface NetworkFirewallStatefulRuleGroupOverride.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<NetworkFirewallStatefulRuleGroupOverride.Builder,NetworkFirewallStatefulRuleGroupOverride>,SdkBuilder<NetworkFirewallStatefulRuleGroupOverride.Builder,NetworkFirewallStatefulRuleGroupOverride>,SdkPojo
- Enclosing class:
- NetworkFirewallStatefulRuleGroupOverride
public static interface NetworkFirewallStatefulRuleGroupOverride.Builder extends SdkPojo, CopyableBuilder<NetworkFirewallStatefulRuleGroupOverride.Builder,NetworkFirewallStatefulRuleGroupOverride>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NetworkFirewallStatefulRuleGroupOverride.Builderaction(String action)The action that changes the rule group fromDROPtoALERT.NetworkFirewallStatefulRuleGroupOverride.Builderaction(NetworkFirewallOverrideAction 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
NetworkFirewallStatefulRuleGroupOverride.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:
NetworkFirewallOverrideAction,NetworkFirewallOverrideAction
-
action
NetworkFirewallStatefulRuleGroupOverride.Builder action(NetworkFirewallOverrideAction 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:
NetworkFirewallOverrideAction,NetworkFirewallOverrideAction
-
-