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.WafOverrideAction.Buildertype(WafOverrideActionType 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 toNONE, the rule's action will take place.- Parameters:
type-COUNToverrides the action specified by the individual rule within aRuleGroup. If set toNONE, the rule's action will take place.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
WafOverrideActionType,WafOverrideActionType
-
type
WafOverrideAction.Builder type(WafOverrideActionType type)
COUNToverrides the action specified by the individual rule within aRuleGroup. If set toNONE, the rule's action will take place.- Parameters:
type-COUNToverrides the action specified by the individual rule within aRuleGroup. If set toNONE, the rule's action will take place.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
WafOverrideActionType,WafOverrideActionType
-
-