public static interface ListApplicationsRequest.Builder extends KinesisAnalyticsRequest.Builder, CopyableBuilder<ListApplicationsRequest.Builder,ListApplicationsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListApplicationsRequest.Builder |
exclusiveStartApplicationName(String exclusiveStartApplicationName)
Name of the application to start the list with.
|
ListApplicationsRequest.Builder |
limit(Integer limit)
Maximum number of applications to list.
|
ListApplicationsRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
ListApplicationsRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
buildrequestOverrideConfigcopyapply, buildListApplicationsRequest.Builder limit(Integer limit)
Maximum number of applications to list.
limit - Maximum number of applications to list.ListApplicationsRequest.Builder exclusiveStartApplicationName(String exclusiveStartApplicationName)
Name of the application to start the list with. When using pagination to retrieve the list, you don't need to specify this parameter in the first request. However, in subsequent requests, you add the last application name from the previous response to get the next page of applications.
exclusiveStartApplicationName - Name of the application to start the list with. When using pagination to retrieve the list, you don't
need to specify this parameter in the first request. However, in subsequent requests, you add the last
application name from the previous response to get the next page of applications.ListApplicationsRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.ListApplicationsRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.