public static interface WafOverrideAction.Builder extends SdkPojo, CopyableBuilder<WafOverrideAction.Builder,WafOverrideAction>
| Modifier and Type | Method and Description |
|---|---|
WafOverrideAction.Builder |
type(String type)
COUNT overrides the action specified by the individual rule within a RuleGroup . |
WafOverrideAction.Builder |
type(WafOverrideActionType type)
COUNT overrides the action specified by the individual rule within a RuleGroup . |
copyapplyMutation, buildWafOverrideAction.Builder type(String type)
COUNT overrides the action specified by the individual rule within a RuleGroup . If
set to NONE, the rule's action will take place.
type - COUNT overrides the action specified by the individual rule within a
RuleGroup . If set to NONE, the rule's action will take place.WafOverrideActionType,
WafOverrideActionTypeWafOverrideAction.Builder type(WafOverrideActionType type)
COUNT overrides the action specified by the individual rule within a RuleGroup . If
set to NONE, the rule's action will take place.
type - COUNT overrides the action specified by the individual rule within a
RuleGroup . If set to NONE, the rule's action will take place.WafOverrideActionType,
WafOverrideActionTypeCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.