| Package | Description |
|---|---|
| software.amazon.awssdk.services.wafv2.model |
| Modifier and Type | Method and Description |
|---|---|
RuleGroupSummary.Builder |
RuleGroupSummary.Builder.arn(String arn)
The Amazon Resource Name (ARN) of the entity.
|
static RuleGroupSummary.Builder |
RuleGroupSummary.builder() |
RuleGroupSummary.Builder |
RuleGroupSummary.Builder.description(String description)
A description of the rule group that helps with identification.
|
RuleGroupSummary.Builder |
RuleGroupSummary.Builder.id(String id)
A unique identifier for the rule group.
|
RuleGroupSummary.Builder |
RuleGroupSummary.Builder.lockToken(String lockToken)
A token used for optimistic locking.
|
RuleGroupSummary.Builder |
RuleGroupSummary.Builder.name(String name)
The name of the data type instance.
|
RuleGroupSummary.Builder |
RuleGroupSummary.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends RuleGroupSummary.Builder> |
RuleGroupSummary.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreateRuleGroupResponse.Builder |
CreateRuleGroupResponse.Builder.summary(Consumer<RuleGroupSummary.Builder> summary)
High-level information about a RuleGroup, returned by operations like create and list.
|
Copyright © 2023. All rights reserved.