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)
HarvestJob.Builder avoiding the need to create one
manually via HarvestJob.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #harvestJobs(List.
harvestJobs - a consumer that will call methods on
HarvestJob.Builder#harvestJobs(java.util.Collection) ListHarvestJobsResponse.Builder nextToken(String nextToken)
nextToken - A token that can be used to resume pagination from the end of the collection.Copyright © 2023. All rights reserved.