Uses of Interface
software.amazon.awssdk.services.wafv2.model.RuleGroupSummary.Builder
-
Packages that use RuleGroupSummary.Builder Package Description software.amazon.awssdk.services.wafv2.model -
-
Uses of RuleGroupSummary.Builder in software.amazon.awssdk.services.wafv2.model
Methods in software.amazon.awssdk.services.wafv2.model that return RuleGroupSummary.Builder Modifier and Type Method Description RuleGroupSummary.BuilderRuleGroupSummary.Builder. arn(String arn)The Amazon Resource Name (ARN) of the entity.static RuleGroupSummary.BuilderRuleGroupSummary. builder()RuleGroupSummary.BuilderRuleGroupSummary.Builder. description(String description)A description of the rule group that helps with identification.RuleGroupSummary.BuilderRuleGroupSummary.Builder. id(String id)A unique identifier for the rule group.RuleGroupSummary.BuilderRuleGroupSummary.Builder. lockToken(String lockToken)A token used for optimistic locking.RuleGroupSummary.BuilderRuleGroupSummary.Builder. name(String name)The name of the data type instance.RuleGroupSummary.BuilderRuleGroupSummary. toBuilder()Methods in software.amazon.awssdk.services.wafv2.model that return types with arguments of type RuleGroupSummary.Builder Modifier and Type Method Description static Class<? extends RuleGroupSummary.Builder>RuleGroupSummary. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.wafv2.model with type arguments of type RuleGroupSummary.Builder Modifier and Type Method Description default CreateRuleGroupResponse.BuilderCreateRuleGroupResponse.Builder. summary(Consumer<RuleGroupSummary.Builder> summary)High-level information about a RuleGroup, returned by operations like create and list.
-