public static interface ExportJobsResponse.Builder extends SdkPojo, CopyableBuilder<ExportJobsResponse.Builder,ExportJobsResponse>
Modifier and Type | Method and Description |
---|---|
ExportJobsResponse.Builder |
item(Collection<ExportJobResponse> item)
A list of export jobs for the application.
|
ExportJobsResponse.Builder |
item(Consumer<ExportJobResponse.Builder>... item)
A list of export jobs for the application.
|
ExportJobsResponse.Builder |
item(ExportJobResponse... item)
A list of export jobs for the application.
|
ExportJobsResponse.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
applyMutation, build
ExportJobsResponse.Builder item(Collection<ExportJobResponse> item)
item
- A list of export jobs for the application.ExportJobsResponse.Builder item(ExportJobResponse... item)
item
- A list of export jobs for the application.ExportJobsResponse.Builder item(Consumer<ExportJobResponse.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)
ExportJobsResponse.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.