CopyableBuilder<UpdateWebACLRequest.Builder,UpdateWebACLRequest>
, SdkBuilder<UpdateWebACLRequest.Builder,UpdateWebACLRequest>
public static interface UpdateWebACLRequest.Builder extends CopyableBuilder<UpdateWebACLRequest.Builder,UpdateWebACLRequest>
Modifier and Type | Method | Description |
---|---|---|
UpdateWebACLRequest.Builder |
changeToken(String changeToken) |
The value returned by the most recent call to GetChangeToken.
|
UpdateWebACLRequest.Builder |
defaultAction(WafAction defaultAction) |
A default action for the web ACL, either ALLOW or BLOCK.
|
UpdateWebACLRequest.Builder |
updates(Collection<WebACLUpdate> updates) |
An array of updates to make to the WebACL.
|
UpdateWebACLRequest.Builder |
updates(WebACLUpdate... updates) |
An array of updates to make to the WebACL.
|
UpdateWebACLRequest.Builder |
webACLId(String webACLId) |
The
WebACLId of the WebACL that you want to update. |
copy
apply, build
UpdateWebACLRequest.Builder webACLId(String webACLId)
The WebACLId
of the WebACL that you want to update. WebACLId
is returned by
CreateWebACL and by ListWebACLs.
webACLId
- The WebACLId
of the WebACL that you want to update. WebACLId
is
returned by CreateWebACL and by ListWebACLs.UpdateWebACLRequest.Builder changeToken(String changeToken)
The value returned by the most recent call to GetChangeToken.
changeToken
- The value returned by the most recent call to GetChangeToken.UpdateWebACLRequest.Builder updates(Collection<WebACLUpdate> updates)
An array of updates to make to the WebACL.
An array of WebACLUpdate
objects that you want to insert into or delete from a WebACL.
For more information, see the applicable data types:
WebACLUpdate: Contains Action
and ActivatedRule
ActivatedRule: Contains Action
, Priority
, RuleId
, and
Type
WafAction: Contains Type
updates
- An array of updates to make to the WebACL.
An array of WebACLUpdate
objects that you want to insert into or delete from a
WebACL. For more information, see the applicable data types:
WebACLUpdate: Contains Action
and ActivatedRule
ActivatedRule: Contains Action
, Priority
, RuleId
, and
Type
WafAction: Contains Type
UpdateWebACLRequest.Builder updates(WebACLUpdate... updates)
An array of updates to make to the WebACL.
An array of WebACLUpdate
objects that you want to insert into or delete from a WebACL.
For more information, see the applicable data types:
WebACLUpdate: Contains Action
and ActivatedRule
ActivatedRule: Contains Action
, Priority
, RuleId
, and
Type
WafAction: Contains Type
NOTE: This method appends the values to the existing list (if any). Use
#setUpdates(java.util.Collection)
or #withUpdates(java.util.Collection)
if you want to
override the existing values.
updates
- An array of updates to make to the WebACL.
An array of WebACLUpdate
objects that you want to insert into or delete from a
WebACL. For more information, see the applicable data types:
WebACLUpdate: Contains Action
and ActivatedRule
ActivatedRule: Contains Action
, Priority
, RuleId
, and
Type
WafAction: Contains Type
UpdateWebACLRequest.Builder defaultAction(WafAction defaultAction)
A default action for the web ACL, either ALLOW or BLOCK. AWS WAF performs the default action if a request doesn't match the criteria in any of the rules in a web ACL.
defaultAction
- A default action for the web ACL, either ALLOW or BLOCK. AWS WAF performs the default action if a
request doesn't match the criteria in any of the rules in a web ACL.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.