public static interface ImportJobsResponse.Builder extends CopyableBuilder<ImportJobsResponse.Builder,ImportJobsResponse>
Modifier and Type | Method and Description |
---|---|
ImportJobsResponse.Builder |
item(Collection<ImportJobResponse> item)
A list of import jobs for the application.
|
ImportJobsResponse.Builder |
item(ImportJobResponse... item)
A list of import jobs for the application.
|
ImportJobsResponse.Builder |
nextToken(String nextToken)
The string that you use in a subsequent request to get the next page of results in a paginated response.
|
copy
apply, build
ImportJobsResponse.Builder item(Collection<ImportJobResponse> item)
item
- A list of import jobs for the application.ImportJobsResponse.Builder item(ImportJobResponse... item)
item
- A list of import jobs for the application.ImportJobsResponse.Builder nextToken(String nextToken)
nextToken
- The string that you use in a subsequent request to get the next page of results in a paginated
response.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.