Interface ListHarvestJobsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListHarvestJobsRequest.Builder,ListHarvestJobsRequest>,MediaPackageRequest.Builder,SdkBuilder<ListHarvestJobsRequest.Builder,ListHarvestJobsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListHarvestJobsRequest
public static interface ListHarvestJobsRequest.Builder extends MediaPackageRequest.Builder, SdkPojo, CopyableBuilder<ListHarvestJobsRequest.Builder,ListHarvestJobsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListHarvestJobsRequest.BuilderincludeChannelId(String includeChannelId)When specified, the request will return only HarvestJobs associated with the given Channel ID.ListHarvestJobsRequest.BuilderincludeStatus(String includeStatus)When specified, the request will return only HarvestJobs in the given status.ListHarvestJobsRequest.BuildermaxResults(Integer maxResults)The upper bound on the number of records to return.ListHarvestJobsRequest.BuildernextToken(String nextToken)A token used to resume pagination from the end of a previous request.ListHarvestJobsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListHarvestJobsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.mediapackage.model.MediaPackageRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
includeChannelId
ListHarvestJobsRequest.Builder includeChannelId(String includeChannelId)
When specified, the request will return only HarvestJobs associated with the given Channel ID.- Parameters:
includeChannelId- When specified, the request will return only HarvestJobs associated with the given Channel ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
includeStatus
ListHarvestJobsRequest.Builder includeStatus(String includeStatus)
When specified, the request will return only HarvestJobs in the given status.- Parameters:
includeStatus- When specified, the request will return only HarvestJobs in the given status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListHarvestJobsRequest.Builder maxResults(Integer maxResults)
The upper bound on the number of records to return.- Parameters:
maxResults- The upper bound on the number of records to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListHarvestJobsRequest.Builder nextToken(String nextToken)
A token used to resume pagination from the end of a previous request.- Parameters:
nextToken- A token used to resume pagination from the end of a previous request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListHarvestJobsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListHarvestJobsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-