Interface WebACLUpdate.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<WebACLUpdate.Builder,,- WebACLUpdate> - SdkBuilder<WebACLUpdate.Builder,,- WebACLUpdate> - SdkPojo
- Enclosing class:
- WebACLUpdate
- 
Method SummaryModifier and TypeMethodDescriptionSpecifies whether to insert aRuleinto or delete aRulefrom aWebACL.action(ChangeAction action) Specifies whether to insert aRuleinto or delete aRulefrom aWebACL.default WebACLUpdate.BuilderactivatedRule(Consumer<ActivatedRule.Builder> activatedRule) TheActivatedRuleobject in an UpdateWebACL request specifies aRulethat you want to insert or delete, the priority of theRulein theWebACL, and the action that you want AWS WAF to take when a web request matches theRule(ALLOW,BLOCK, orCOUNT).activatedRule(ActivatedRule activatedRule) TheActivatedRuleobject in an UpdateWebACL request specifies aRulethat you want to insert or delete, the priority of theRulein theWebACL, and the action that you want AWS WAF to take when a web request matches theRule(ALLOW,BLOCK, orCOUNT).Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
actionSpecifies whether to insert a Ruleinto or delete aRulefrom aWebACL.- Parameters:
- action- Specifies whether to insert a- Ruleinto or delete a- Rulefrom a- WebACL.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
actionSpecifies whether to insert a Ruleinto or delete aRulefrom aWebACL.- Parameters:
- action- Specifies whether to insert a- Ruleinto or delete a- Rulefrom a- WebACL.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
activatedRuleThe ActivatedRuleobject in an UpdateWebACL request specifies aRulethat you want to insert or delete, the priority of theRulein theWebACL, and the action that you want AWS WAF to take when a web request matches theRule(ALLOW,BLOCK, orCOUNT).- Parameters:
- activatedRule- The- ActivatedRuleobject in an UpdateWebACL request specifies a- Rulethat you want to insert or delete, the priority of the- Rulein the- WebACL, and the action that you want AWS WAF to take when a web request matches the- Rule(- ALLOW,- BLOCK, or- COUNT).
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
activatedRuleThe This is a convenience method that creates an instance of theActivatedRuleobject in an UpdateWebACL request specifies aRulethat you want to insert or delete, the priority of theRulein theWebACL, and the action that you want AWS WAF to take when a web request matches theRule(ALLOW,BLOCK, orCOUNT).ActivatedRule.Builderavoiding the need to create one manually viaActivatedRule.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toactivatedRule(ActivatedRule).- Parameters:
- activatedRule- a consumer that will call methods on- ActivatedRule.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-