public static interface ListRulesResponse.Builder extends CloudWatchEventsResponse.Builder, CopyableBuilder<ListRulesResponse.Builder,ListRulesResponse>
Modifier and Type | Method and 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.
|
build
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.
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.