public static interface RuleGroupSummary.Builder extends SdkPojo, CopyableBuilder<RuleGroupSummary.Builder,RuleGroupSummary>
Modifier and Type | Method and Description |
---|---|
RuleGroupSummary.Builder |
name(String name)
A friendly name or description of the RuleGroup.
|
RuleGroupSummary.Builder |
ruleGroupId(String ruleGroupId)
A unique identifier for a
RuleGroup . |
copy
applyMutation, build
RuleGroupSummary.Builder ruleGroupId(String ruleGroupId)
A unique identifier for a RuleGroup
. You use RuleGroupId
to get more information
about a RuleGroup
(see GetRuleGroup), update a RuleGroup
(see
UpdateRuleGroup), insert a RuleGroup
into a WebACL
or delete one from a
WebACL
(see UpdateWebACL), or delete a RuleGroup
from AWS WAF (see
DeleteRuleGroup).
RuleGroupId
is returned by CreateRuleGroup and by ListRuleGroups.
ruleGroupId
- A unique identifier for a RuleGroup
. You use RuleGroupId
to get more
information about a RuleGroup
(see GetRuleGroup), update a RuleGroup
(see UpdateRuleGroup), insert a RuleGroup
into a WebACL
or delete one
from a WebACL
(see UpdateWebACL), or delete a RuleGroup
from AWS WAF
(see DeleteRuleGroup).
RuleGroupId
is returned by CreateRuleGroup and by ListRuleGroups.
RuleGroupSummary.Builder name(String name)
A friendly name or description of the RuleGroup. You can't change the name of a RuleGroup
after you create it.
name
- A friendly name or description of the RuleGroup. You can't change the name of a
RuleGroup
after you create it.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.