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)
Add an optional request override configuration.
|
ListHarvestJobsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
ListHarvestJobsRequest.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)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.ListHarvestJobsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.