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 . |
copy
applyMutation, build
WafOverrideAction.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
,
WafOverrideActionType
WafOverrideAction.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
,
WafOverrideActionType
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.