public static interface ListRulesRequest.Builder extends EventBridgeRequest.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) |
ListRulesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListRulesRequest.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)
overrideConfiguration in interface AwsRequest.BuilderListRulesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.