public static interface CreateRuleGroupResponse.Builder extends Wafv2Response.Builder, SdkPojo, CopyableBuilder<CreateRuleGroupResponse.Builder,CreateRuleGroupResponse>
| Modifier and Type | Method and Description |
|---|---|
default CreateRuleGroupResponse.Builder |
summary(Consumer<RuleGroupSummary.Builder> summary)
High-level information about a RuleGroup, returned by operations like create and list.
|
CreateRuleGroupResponse.Builder |
summary(RuleGroupSummary summary)
High-level information about a RuleGroup, returned by operations like create and list.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateRuleGroupResponse.Builder summary(RuleGroupSummary summary)
High-level information about a RuleGroup, returned by operations like create and list. This provides
information like the ID, that you can use to retrieve and manage a RuleGroup, and the ARN, that
you provide to the RuleGroupReferenceStatement to use the rule group in a Rule.
summary - High-level information about a RuleGroup, returned by operations like create and list. This
provides information like the ID, that you can use to retrieve and manage a RuleGroup,
and the ARN, that you provide to the RuleGroupReferenceStatement to use the rule group in a
Rule.default CreateRuleGroupResponse.Builder summary(Consumer<RuleGroupSummary.Builder> summary)
High-level information about a RuleGroup, returned by operations like create and list. This provides
information like the ID, that you can use to retrieve and manage a RuleGroup, and the ARN, that
you provide to the RuleGroupReferenceStatement to use the rule group in a Rule.
RuleGroupSummary.Builder avoiding the
need to create one manually via RuleGroupSummary.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to summary(RuleGroupSummary).
summary - a consumer that will call methods on RuleGroupSummary.Buildersummary(RuleGroupSummary)Copyright © 2023. All rights reserved.