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