Interface WebACLUpdate.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<WebACLUpdate.Builder,
,WebACLUpdate> SdkBuilder<WebACLUpdate.Builder,
,WebACLUpdate> SdkPojo
- Enclosing class:
WebACLUpdate
-
Method Summary
Modifier and TypeMethodDescriptionSpecifies whether to insert aRule
into or delete aRule
from aWebACL
.action
(ChangeAction action) Specifies whether to insert aRule
into or delete aRule
from aWebACL
.default WebACLUpdate.Builder
activatedRule
(Consumer<ActivatedRule.Builder> activatedRule) TheActivatedRule
object in an UpdateWebACL request specifies aRule
that you want to insert or delete, the priority of theRule
in theWebACL
, and the action that you want AWS WAF to take when a web request matches theRule
(ALLOW
,BLOCK
, orCOUNT
).activatedRule
(ActivatedRule activatedRule) TheActivatedRule
object in an UpdateWebACL request specifies aRule
that you want to insert or delete, the priority of theRule
in 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.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
action
Specifies whether to insert a
Rule
into or delete aRule
from aWebACL
.- Parameters:
action
- Specifies whether to insert aRule
into or delete aRule
from aWebACL
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
action
Specifies whether to insert a
Rule
into or delete aRule
from aWebACL
.- Parameters:
action
- Specifies whether to insert aRule
into or delete aRule
from aWebACL
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
activatedRule
The
ActivatedRule
object in an UpdateWebACL request specifies aRule
that you want to insert or delete, the priority of theRule
in theWebACL
, and the action that you want AWS WAF to take when a web request matches theRule
(ALLOW
,BLOCK
, orCOUNT
).- Parameters:
activatedRule
- TheActivatedRule
object in an UpdateWebACL request specifies aRule
that you want to insert or delete, the priority of theRule
in theWebACL
, and the action that you want AWS WAF to take when a web request matches theRule
(ALLOW
,BLOCK
, orCOUNT
).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
activatedRule
The
This is a convenience method that creates an instance of theActivatedRule
object in an UpdateWebACL request specifies aRule
that you want to insert or delete, the priority of theRule
in theWebACL
, and the action that you want AWS WAF to take when a web request matches theRule
(ALLOW
,BLOCK
, orCOUNT
).ActivatedRule.Builder
avoiding the need to create one manually viaActivatedRule.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toactivatedRule(ActivatedRule)
.- Parameters:
activatedRule
- a consumer that will call methods onActivatedRule.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-