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