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 |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListRulesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationcopyapplyMutation, 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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListRulesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2018. All rights reserved.