CopyableBuilder<ListRateBasedRulesResponse.Builder,ListRateBasedRulesResponse>
, SdkBuilder<ListRateBasedRulesResponse.Builder,ListRateBasedRulesResponse>
public static interface ListRateBasedRulesResponse.Builder extends CopyableBuilder<ListRateBasedRulesResponse.Builder,ListRateBasedRulesResponse>
Modifier and Type | Method | Description |
---|---|---|
ListRateBasedRulesResponse.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. |
ListRateBasedRulesResponse.Builder |
rules(Collection<RuleSummary> rules) |
An array of RuleSummary objects.
|
ListRateBasedRulesResponse.Builder |
rules(RuleSummary... rules) |
An array of RuleSummary objects.
|
copy
apply, build
ListRateBasedRulesResponse.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
ListRateBasedRules
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 ListRateBasedRules
request, and specify the NextMarker
value
from the response in the NextMarker
value in the next request.ListRateBasedRulesResponse.Builder rules(Collection<RuleSummary> rules)
An array of RuleSummary objects.
rules
- An array of RuleSummary objects.ListRateBasedRulesResponse.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.