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, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListSubscribedRuleGroupsResponse.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 method that creates an instance of theSubscribedRuleGroupSummary.Builder avoiding the need to
create one manually via
SubscribedRuleGroupSummary.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
SubscribedRuleGroupSummary.Builder#ruleGroups(java.util.Collection) Copyright © 2023. All rights reserved.