Interface WafOverrideAction.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<WafOverrideAction.Builder,WafOverrideAction>,SdkBuilder<WafOverrideAction.Builder,WafOverrideAction>,SdkPojo
- Enclosing class:
- WafOverrideAction
public static interface WafOverrideAction.Builder extends SdkPojo, CopyableBuilder<WafOverrideAction.Builder,WafOverrideAction>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WafOverrideAction.Buildertype(String type)COUNToverrides the action specified by the individual rule within aRuleGroup.-
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
WafOverrideAction.Builder type(String type)
COUNToverrides the action specified by the individual rule within aRuleGroup.If set to
NONE, the rule's action takes place.- Parameters:
type-COUNToverrides the action specified by the individual rule within aRuleGroup.If set to
NONE, the rule's action takes place.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-