public static interface ListEventBusesRequest.Builder extends EventBridgeRequest.Builder, SdkPojo, CopyableBuilder<ListEventBusesRequest.Builder,ListEventBusesRequest>
| Modifier and Type | Method and Description |
|---|---|
ListEventBusesRequest.Builder |
limit(Integer limit)
Specifying this limits the number of results returned by this operation.
|
ListEventBusesRequest.Builder |
namePrefix(String namePrefix)
Specifying this limits the results to only those event buses with names that start with the specified prefix.
|
ListEventBusesRequest.Builder |
nextToken(String nextToken)
The token returned by a previous call to retrieve the next set of results.
|
ListEventBusesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListEventBusesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListEventBusesRequest.Builder namePrefix(String namePrefix)
Specifying this limits the results to only those event buses with names that start with the specified prefix.
namePrefix - Specifying this limits the results to only those event buses with names that start with the specified
prefix.ListEventBusesRequest.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.ListEventBusesRequest.Builder limit(Integer limit)
Specifying this limits the number of results returned by this operation. The operation also returns a NextToken which you can use in a subsequent operation to retrieve the next set of results.
limit - Specifying this limits the number of results returned by this operation. The operation also returns a
NextToken which you can use in a subsequent operation to retrieve the next set of results.ListEventBusesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListEventBusesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.