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)
Add an optional request override configuration.
|
ListEventBusesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
ListEventBusesRequest.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)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.ListEventBusesRequest.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.