public static interface SubscribedRuleGroupSummary.Builder extends SdkPojo, CopyableBuilder<SubscribedRuleGroupSummary.Builder,SubscribedRuleGroupSummary>
| Modifier and Type | Method and Description |
|---|---|
SubscribedRuleGroupSummary.Builder |
metricName(String metricName)
A friendly name or description for the metrics for this
RuleGroup. |
SubscribedRuleGroupSummary.Builder |
name(String name)
A friendly name or description of the
RuleGroup. |
SubscribedRuleGroupSummary.Builder |
ruleGroupId(String ruleGroupId)
A unique identifier for a
RuleGroup. |
copyapplyMutation, buildSubscribedRuleGroupSummary.Builder ruleGroupId(String ruleGroupId)
A unique identifier for a RuleGroup.
ruleGroupId - A unique identifier for a RuleGroup.SubscribedRuleGroupSummary.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.SubscribedRuleGroupSummary.Builder metricName(String metricName)
A friendly name or description for the metrics for this RuleGroup. The name can contain only
alphanumeric characters (A-Z, a-z, 0-9); the name can't contain whitespace. You can't change the name of the
metric after you create the RuleGroup.
metricName - A friendly name or description for the metrics for this RuleGroup. The name can contain
only alphanumeric characters (A-Z, a-z, 0-9); the name can't contain whitespace. You can't change the
name of the metric after you create the RuleGroup.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.