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, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
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. 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 that creates an instance of theList.Builder
avoiding the
need to create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately and
its result is passed to #ruleGroups(List)
.ruleGroups
- a consumer that will call methods on List.Builder
#ruleGroups(List)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.