CopyableBuilder<ListRulesResponse.Builder,ListRulesResponse>, SdkBuilder<ListRulesResponse.Builder,ListRulesResponse>public static interface ListRulesResponse.Builder extends CopyableBuilder<ListRulesResponse.Builder,ListRulesResponse>
| Modifier and Type | Method | Description |
|---|---|---|
ListRulesResponse.Builder |
nextMarker(String nextMarker) |
If you have more
Rules than the number that you specified for Limit in the request,
the response includes a NextMarker value. |
ListRulesResponse.Builder |
rules(Collection<RuleSummary> rules) |
An array of RuleSummary objects.
|
ListRulesResponse.Builder |
rules(RuleSummary... rules) |
An array of RuleSummary objects.
|
copyapply, buildListRulesResponse.Builder nextMarker(String nextMarker)
If you have more Rules than the number that you specified for Limit in the request,
the response includes a NextMarker value. To list more Rules, submit another
ListRules request, and specify the NextMarker value from the response in the
NextMarker value in the next request.
nextMarker - If you have more Rules than the number that you specified for Limit in the
request, the response includes a NextMarker value. To list more Rules,
submit another ListRules request, and specify the NextMarker value from the
response in the NextMarker value in the next request.ListRulesResponse.Builder rules(Collection<RuleSummary> rules)
An array of RuleSummary objects.
rules - An array of RuleSummary objects.ListRulesResponse.Builder rules(RuleSummary... rules)
An array of RuleSummary objects.
NOTE: This method appends the values to the existing list (if any). Use
#setRules(java.util.Collection) or #withRules(java.util.Collection) if you want to override
the existing values.
rules - An array of RuleSummary objects.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.