CopyableBuilder<RuleUpdate.Builder,RuleUpdate>
, SdkBuilder<RuleUpdate.Builder,RuleUpdate>
public static interface RuleUpdate.Builder extends CopyableBuilder<RuleUpdate.Builder,RuleUpdate>
Modifier and Type | Method | Description |
---|---|---|
RuleUpdate.Builder |
action(String action) |
Specify
INSERT to add a Predicate to a Rule . |
RuleUpdate.Builder |
action(ChangeAction action) |
Specify
INSERT to add a Predicate to a Rule . |
RuleUpdate.Builder |
predicate(Predicate predicate) |
The ID of the
Predicate (such as an IPSet ) that you want to add to a
Rule . |
copy
apply, build
RuleUpdate.Builder action(String action)
Specify INSERT
to add a Predicate
to a Rule
. Use DELETE
to remove a Predicate
from a Rule
.
action
- Specify INSERT
to add a Predicate
to a Rule
. Use
DELETE
to remove a Predicate
from a Rule
.ChangeAction
RuleUpdate.Builder action(ChangeAction action)
Specify INSERT
to add a Predicate
to a Rule
. Use DELETE
to remove a Predicate
from a Rule
.
action
- Specify INSERT
to add a Predicate
to a Rule
. Use
DELETE
to remove a Predicate
from a Rule
.ChangeAction
RuleUpdate.Builder predicate(Predicate predicate)
The ID of the Predicate
(such as an IPSet
) that you want to add to a
Rule
.
predicate
- The ID of the Predicate
(such as an IPSet
) that you want to add to a
Rule
.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.