public static interface ListPartnerEventSourceAccountsRequest.Builder extends EventBridgeRequest.Builder, SdkPojo, CopyableBuilder<ListPartnerEventSourceAccountsRequest.Builder,ListPartnerEventSourceAccountsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListPartnerEventSourceAccountsRequest.Builder |
eventSourceName(String eventSourceName)
The name of the partner event source to display account information about.
|
ListPartnerEventSourceAccountsRequest.Builder |
limit(Integer limit)
Specifying this limits the number of results returned by this operation.
|
ListPartnerEventSourceAccountsRequest.Builder |
nextToken(String nextToken)
The token returned by a previous call to this operation.
|
ListPartnerEventSourceAccountsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListPartnerEventSourceAccountsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListPartnerEventSourceAccountsRequest.Builder eventSourceName(String eventSourceName)
The name of the partner event source to display account information about.
eventSourceName - The name of the partner event source to display account information about.ListPartnerEventSourceAccountsRequest.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.ListPartnerEventSourceAccountsRequest.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.ListPartnerEventSourceAccountsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListPartnerEventSourceAccountsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.