public static interface ListPartnerEventSourcesRequest.Builder extends EventBridgeRequest.Builder, SdkPojo, CopyableBuilder<ListPartnerEventSourcesRequest.Builder,ListPartnerEventSourcesRequest>
| Modifier and Type | Method and Description |
|---|---|
ListPartnerEventSourcesRequest.Builder |
limit(Integer limit)
pecifying this limits the number of results returned by this operation.
|
ListPartnerEventSourcesRequest.Builder |
namePrefix(String namePrefix)
If you specify this, the results are limited to only those partner event sources that start with the string
you specify.
|
ListPartnerEventSourcesRequest.Builder |
nextToken(String nextToken)
The token returned by a previous call to this operation.
|
ListPartnerEventSourcesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListPartnerEventSourcesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListPartnerEventSourcesRequest.Builder namePrefix(String namePrefix)
If you specify this, the results are limited to only those partner event sources that start with the string you specify.
namePrefix - If you specify this, the results are limited to only those partner event sources that start with the
string you specify.ListPartnerEventSourcesRequest.Builder nextToken(String nextToken)
The token returned by a previous call to this operation. Specifying this retrieves the next set of results.
nextToken - The token returned by a previous call to this operation. Specifying this retrieves the next set of
results.ListPartnerEventSourcesRequest.Builder limit(Integer limit)
pecifying 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 - pecifying 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.ListPartnerEventSourcesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListPartnerEventSourcesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.