public static interface ListEventSourcesRequest.Builder extends EventBridgeRequest.Builder, SdkPojo, CopyableBuilder<ListEventSourcesRequest.Builder,ListEventSourcesRequest>
| Modifier and Type | Method and Description |
|---|---|
ListEventSourcesRequest.Builder |
limit(Integer limit)
Specifying this limits the number of results returned by this operation.
|
ListEventSourcesRequest.Builder |
namePrefix(String namePrefix)
Specifying this limits the results to only those partner event sources with names that start with the
specified prefix.
|
ListEventSourcesRequest.Builder |
nextToken(String nextToken)
The token returned by a previous call to retrieve the next set of results.
|
ListEventSourcesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListEventSourcesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListEventSourcesRequest.Builder namePrefix(String namePrefix)
Specifying this limits the results to only those partner event sources with names that start with the specified prefix.
namePrefix - Specifying this limits the results to only those partner event sources with names that start with the
specified prefix.ListEventSourcesRequest.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.ListEventSourcesRequest.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.ListEventSourcesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListEventSourcesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.