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
Modifier and TypeMethodDescriptionCOUNToverrides the action specified by the individual rule within aRuleGroup.type(WafOverrideActionType type) COUNToverrides the action specified by the individual rule within aRuleGroup.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
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:
 
 - 
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:
 
 
 -