CopyableBuilder<ListApplicationsRequest.Builder,ListApplicationsRequest>
, SdkBuilder<ListApplicationsRequest.Builder,ListApplicationsRequest>
public static interface ListApplicationsRequest.Builder extends CopyableBuilder<ListApplicationsRequest.Builder,ListApplicationsRequest>
Modifier and Type | Method | 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.
|
copy
apply, build
ListApplicationsRequest.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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.