Interface NetworkFirewallStatefulRuleGroupOverride.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<NetworkFirewallStatefulRuleGroupOverride.Builder,
,NetworkFirewallStatefulRuleGroupOverride> SdkBuilder<NetworkFirewallStatefulRuleGroupOverride.Builder,
,NetworkFirewallStatefulRuleGroupOverride> SdkPojo
- Enclosing class:
NetworkFirewallStatefulRuleGroupOverride
@Mutable
@NotThreadSafe
public static interface NetworkFirewallStatefulRuleGroupOverride.Builder
extends SdkPojo, CopyableBuilder<NetworkFirewallStatefulRuleGroupOverride.Builder,NetworkFirewallStatefulRuleGroupOverride>
-
Method Summary
Modifier and TypeMethodDescriptionThe action that changes the rule group fromDROP
toALERT
.action
(NetworkFirewallOverrideAction action) The action that changes the rule group fromDROP
toALERT
.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, sdkFieldNameToField, sdkFields
-
Method Details
-
action
The action that changes the rule group from
DROP
toALERT
. This only applies to managed rule groups.- Parameters:
action
- The action that changes the rule group fromDROP
toALERT
. This only applies to managed rule groups.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
action
The action that changes the rule group from
DROP
toALERT
. This only applies to managed rule groups.- Parameters:
action
- The action that changes the rule group fromDROP
toALERT
. This only applies to managed rule groups.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-