public static interface ListApplicationsRequest.Builder extends KinesisAnalyticsV2Request.Builder, SdkPojo, CopyableBuilder<ListApplicationsRequest.Builder,ListApplicationsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListApplicationsRequest.Builder |
limit(Integer limit)
The maximum number of applications to list.
|
ListApplicationsRequest.Builder |
nextToken(String nextToken)
If a previous command returned a pagination token, pass it into this value to retrieve the next set of
results.
|
ListApplicationsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListApplicationsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListApplicationsRequest.Builder limit(Integer limit)
The maximum number of applications to list.
limit - The maximum number of applications to list.ListApplicationsRequest.Builder nextToken(String nextToken)
If a previous command 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 command 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.ListApplicationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListApplicationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.