public static interface ListRuleGroupsResponse.Builder extends WafResponse.Builder, SdkPojo, CopyableBuilder<ListRuleGroupsResponse.Builder,ListRuleGroupsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListRuleGroupsResponse.Builder |
nextMarker(String nextMarker)
If you have more
RuleGroups than the number that you specified for Limit in the
request, the response includes a NextMarker value. |
ListRuleGroupsResponse.Builder |
ruleGroups(Collection<RuleGroupSummary> ruleGroups)
An array of RuleGroup objects.
|
ListRuleGroupsResponse.Builder |
ruleGroups(Consumer<RuleGroupSummary.Builder>... ruleGroups)
An array of RuleGroup objects.
|
ListRuleGroupsResponse.Builder |
ruleGroups(RuleGroupSummary... ruleGroups)
An array of RuleGroup objects.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListRuleGroupsResponse.Builder nextMarker(String nextMarker)
If you have more RuleGroups than the number that you specified for Limit in the
request, the response includes a NextMarker value. To list more RuleGroups, submit
another ListRuleGroups request, and specify the NextMarker value from the response
in the NextMarker value in the next request.
nextMarker - If you have more RuleGroups than the number that you specified for Limit in
the request, the response includes a NextMarker value. To list more
RuleGroups, submit another ListRuleGroups request, and specify the
NextMarker value from the response in the NextMarker value in the next
request.ListRuleGroupsResponse.Builder ruleGroups(Collection<RuleGroupSummary> ruleGroups)
An array of RuleGroup objects.
ruleGroups - An array of RuleGroup objects.ListRuleGroupsResponse.Builder ruleGroups(RuleGroupSummary... ruleGroups)
An array of RuleGroup objects.
ruleGroups - An array of RuleGroup objects.ListRuleGroupsResponse.Builder ruleGroups(Consumer<RuleGroupSummary.Builder>... ruleGroups)
An array of RuleGroup objects.
This is a convenience method that creates an instance of theRuleGroupSummary.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 #ruleGroups(List.
ruleGroups - a consumer that will call methods on
RuleGroupSummary.Builder#ruleGroups(java.util.Collection) Copyright © 2023. All rights reserved.