CopyableBuilder<ListRulesRequest.Builder,ListRulesRequest>
, SdkBuilder<ListRulesRequest.Builder,ListRulesRequest>
public static interface ListRulesRequest.Builder extends CopyableBuilder<ListRulesRequest.Builder,ListRulesRequest>
Modifier and Type | Method | Description |
---|---|---|
ListRulesRequest.Builder |
limit(Integer limit) |
The maximum number of results to return.
|
ListRulesRequest.Builder |
namePrefix(String namePrefix) |
The prefix matching the rule name.
|
ListRulesRequest.Builder |
nextToken(String nextToken) |
The token returned by a previous call to retrieve the next set of results.
|
copy
apply, build
ListRulesRequest.Builder namePrefix(String namePrefix)
The prefix matching the rule name.
namePrefix
- The prefix matching the rule name.ListRulesRequest.Builder nextToken(String nextToken)
The token returned by a previous call to retrieve the next set of results.
nextToken
- The token returned by a previous call to retrieve the next set of results.ListRulesRequest.Builder limit(Integer limit)
The maximum number of results to return.
limit
- The maximum number of results to return.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.