public static interface ListRulesRequest.Builder extends CloudWatchEventsRequest.Builder, SdkPojo, CopyableBuilder<ListRulesRequest.Builder,ListRulesRequest>
Modifier and Type | Method and Description |
---|---|
ListRulesRequest.Builder |
eventBusName(String eventBusName)
The name or ARN of the event bus to list the rules for.
|
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)
Add an optional request override configuration.
|
ListRulesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
ListRulesRequest.Builder namePrefix(String namePrefix)
The prefix matching the rule name.
namePrefix
- The prefix matching the rule name.ListRulesRequest.Builder eventBusName(String eventBusName)
The name or ARN of the event bus to list the rules for. If you omit this, the default event bus is used.
eventBusName
- The name or ARN of the event bus to list the rules for. If you omit this, the default event bus is
used.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)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.ListRulesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.