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(Consumer<ImportJobResponse.Builder>... 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.
|
copyapply, buildImportJobsResponse.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 item(Consumer<ImportJobResponse.Builder>... item)
.Builder avoiding the need to create one manually via #builder() .
When the Consumer completes, List.Builder#build() is called immediately
and its result is passed to #item(List) .item - a consumer that will call methods on List.Builder #item(List) 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.