public static interface ListSubscribedRuleGroupsResponse.Builder extends WafResponse.Builder, SdkPojo, CopyableBuilder<ListSubscribedRuleGroupsResponse.Builder,ListSubscribedRuleGroupsResponse>
Modifier and Type | Method and Description |
---|---|
ListSubscribedRuleGroupsResponse.Builder |
nextMarker(String nextMarker)
If you have more objects than the number that you specified for
Limit in the request, the
response includes a NextMarker value. |
ListSubscribedRuleGroupsResponse.Builder |
ruleGroups(Collection<SubscribedRuleGroupSummary> ruleGroups)
An array of RuleGroup objects.
|
ListSubscribedRuleGroupsResponse.Builder |
ruleGroups(Consumer<SubscribedRuleGroupSummary.Builder>... ruleGroups)
An array of RuleGroup objects.
|
ListSubscribedRuleGroupsResponse.Builder |
ruleGroups(SubscribedRuleGroupSummary... ruleGroups)
An array of RuleGroup objects.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
ListSubscribedRuleGroupsResponse.Builder nextMarker(String nextMarker)
If you have more objects than the number that you specified for Limit
in the request, the
response includes a NextMarker
value. To list more objects, submit another
ListSubscribedRuleGroups
request, and specify the NextMarker
value from the
response in the NextMarker
value in the next request.
nextMarker
- If you have more objects than the number that you specified for Limit
in the request, the
response includes a NextMarker
value. To list more objects, submit another
ListSubscribedRuleGroups
request, and specify the NextMarker
value from the
response in the NextMarker
value in the next request.ListSubscribedRuleGroupsResponse.Builder ruleGroups(Collection<SubscribedRuleGroupSummary> ruleGroups)
An array of RuleGroup objects.
ruleGroups
- An array of RuleGroup objects.ListSubscribedRuleGroupsResponse.Builder ruleGroups(SubscribedRuleGroupSummary... ruleGroups)
An array of RuleGroup objects.
ruleGroups
- An array of RuleGroup objects.ListSubscribedRuleGroupsResponse.Builder ruleGroups(Consumer<SubscribedRuleGroupSummary.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.