public static interface ListRulesRequest.Builder extends CloudWatchEventsRequest.Builder, CopyableBuilder<ListRulesRequest.Builder,ListRulesRequest>
| Modifier and Type | Method and 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.
|
ListRulesRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
buildrequestOverrideConfig, requestOverrideConfigcopyapply, buildListRulesRequest.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.ListRulesRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.