public static interface ListHarvestJobsRequest.Builder extends MediaPackageRequest.Builder, SdkPojo, CopyableBuilder<ListHarvestJobsRequest.Builder,ListHarvestJobsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListHarvestJobsRequest.Builder |
includeChannelId(String includeChannelId)
When specified, the request will return only HarvestJobs associated with the given Channel ID.
|
ListHarvestJobsRequest.Builder |
includeStatus(String includeStatus)
When specified, the request will return only HarvestJobs in the given status.
|
ListHarvestJobsRequest.Builder |
maxResults(Integer maxResults)
The upper bound on the number of records to return.
|
ListHarvestJobsRequest.Builder |
nextToken(String nextToken)
A token used to resume pagination from the end of a previous request.
|
ListHarvestJobsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListHarvestJobsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListHarvestJobsRequest.Builder includeChannelId(String includeChannelId)
includeChannelId - When specified, the request will return only HarvestJobs associated with the given Channel ID.ListHarvestJobsRequest.Builder includeStatus(String includeStatus)
includeStatus - When specified, the request will return only HarvestJobs in the given status.ListHarvestJobsRequest.Builder maxResults(Integer maxResults)
maxResults - The upper bound on the number of records to return.ListHarvestJobsRequest.Builder nextToken(String nextToken)
nextToken - A token used to resume pagination from the end of a previous request.ListHarvestJobsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListHarvestJobsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.