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 |
nextToken(String nextToken) |
Indicates whether there are additional results to retrieve.
|
ListRulesResponse.Builder |
rules(Collection<Rule> rules) |
The rules that match the specified criteria.
|
ListRulesResponse.Builder |
rules(Rule... rules) |
The rules that match the specified criteria.
|
copy
apply, build
ListRulesResponse.Builder rules(Collection<Rule> rules)
The rules that match the specified criteria.
rules
- The rules that match the specified criteria.ListRulesResponse.Builder rules(Rule... rules)
The rules that match the specified criteria.
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
- The rules that match the specified criteria.ListRulesResponse.Builder nextToken(String nextToken)
Indicates whether there are additional results to retrieve. If there are no more results, the value is null.
nextToken
- Indicates whether there are additional results to retrieve. If there are no more results, the value is
null.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.