public static interface ListApplicationVersionsRequest.Builder extends KinesisAnalyticsV2Request.Builder, SdkPojo, CopyableBuilder<ListApplicationVersionsRequest.Builder,ListApplicationVersionsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListApplicationVersionsRequest.Builder |
applicationName(String applicationName)
The name of the application for which you want to list all versions.
|
ListApplicationVersionsRequest.Builder |
limit(Integer limit)
The maximum number of versions to list in this invocation of the operation.
|
ListApplicationVersionsRequest.Builder |
nextToken(String nextToken)
If a previous invocation of this operation returned a pagination token, pass it into this value to retrieve
the next set of results.
|
ListApplicationVersionsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListApplicationVersionsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListApplicationVersionsRequest.Builder applicationName(String applicationName)
The name of the application for which you want to list all versions.
applicationName - The name of the application for which you want to list all versions.ListApplicationVersionsRequest.Builder limit(Integer limit)
The maximum number of versions to list in this invocation of the operation.
limit - The maximum number of versions to list in this invocation of the operation.ListApplicationVersionsRequest.Builder nextToken(String nextToken)
If a previous invocation of this operation returned a pagination token, pass it into this value to retrieve the next set of results. For more information about pagination, see Using the Amazon Command Line Interface's Pagination Options.
nextToken - If a previous invocation of this operation returned a pagination token, pass it into this value to
retrieve the next set of results. For more information about pagination, see Using the Amazon Command Line
Interface's Pagination Options.ListApplicationVersionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListApplicationVersionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.