public static interface ListHarvestJobsResponse.Builder extends MediaPackageResponse.Builder, SdkPojo, CopyableBuilder<ListHarvestJobsResponse.Builder,ListHarvestJobsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListHarvestJobsResponse.Builder |
harvestJobs(Collection<HarvestJob> harvestJobs)
A list of HarvestJob records.
|
ListHarvestJobsResponse.Builder |
harvestJobs(Consumer<HarvestJob.Builder>... harvestJobs)
A list of HarvestJob records.
|
ListHarvestJobsResponse.Builder |
harvestJobs(HarvestJob... harvestJobs)
A list of HarvestJob records.
|
ListHarvestJobsResponse.Builder |
nextToken(String nextToken)
A token that can be used to resume pagination from the end of the collection.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListHarvestJobsResponse.Builder harvestJobs(Collection<HarvestJob> harvestJobs)
harvestJobs - A list of HarvestJob records.ListHarvestJobsResponse.Builder harvestJobs(HarvestJob... harvestJobs)
harvestJobs - A list of HarvestJob records.ListHarvestJobsResponse.Builder harvestJobs(Consumer<HarvestJob.Builder>... harvestJobs)
.Builder avoiding the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #harvestJobs(List) .harvestJobs - a consumer that will call methods on List.Builder #harvestJobs(List) ListHarvestJobsResponse.Builder nextToken(String nextToken)
nextToken - A token that can be used to resume pagination from the end of the collection.Copyright © 2021. All rights reserved.