Uses of Interface
software.amazon.awssdk.services.waf.model.SubscribedRuleGroupSummary.Builder
-
Packages that use SubscribedRuleGroupSummary.Builder Package Description software.amazon.awssdk.services.waf.model -
-
Uses of SubscribedRuleGroupSummary.Builder in software.amazon.awssdk.services.waf.model
Methods in software.amazon.awssdk.services.waf.model that return SubscribedRuleGroupSummary.Builder Modifier and Type Method Description static SubscribedRuleGroupSummary.BuilderSubscribedRuleGroupSummary. builder()SubscribedRuleGroupSummary.BuilderSubscribedRuleGroupSummary.Builder. metricName(String metricName)A friendly name or description for the metrics for thisRuleGroup.SubscribedRuleGroupSummary.BuilderSubscribedRuleGroupSummary.Builder. name(String name)A friendly name or description of theRuleGroup.SubscribedRuleGroupSummary.BuilderSubscribedRuleGroupSummary.Builder. ruleGroupId(String ruleGroupId)A unique identifier for aRuleGroup.SubscribedRuleGroupSummary.BuilderSubscribedRuleGroupSummary. toBuilder()Methods in software.amazon.awssdk.services.waf.model that return types with arguments of type SubscribedRuleGroupSummary.Builder Modifier and Type Method Description static Class<? extends SubscribedRuleGroupSummary.Builder>SubscribedRuleGroupSummary. serializableBuilderClass()
-