Interface ListHarvestJobsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<ListHarvestJobsRequest.Builder,
,ListHarvestJobsRequest> MediaPackageV2Request.Builder
,SdkBuilder<ListHarvestJobsRequest.Builder,
,ListHarvestJobsRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
ListHarvestJobsRequest
-
Method Summary
Modifier and TypeMethodDescriptionchannelGroupName
(String channelGroupName) The name of the channel group to filter the harvest jobs by.channelName
(String channelName) The name of the channel to filter the harvest jobs by.maxResults
(Integer maxResults) The maximum number of harvest jobs to return in a single request.A token used for pagination.originEndpointName
(String originEndpointName) The name of the origin endpoint to filter the harvest jobs by.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The status to filter the harvest jobs by.status
(HarvestJobStatus status) The status to filter the harvest jobs by.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.mediapackagev2.model.MediaPackageV2Request.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
channelGroupName
The name of the channel group to filter the harvest jobs by. If specified, only harvest jobs associated with channels in this group will be returned.
- Parameters:
channelGroupName
- The name of the channel group to filter the harvest jobs by. If specified, only harvest jobs associated with channels in this group will be returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
channelName
The name of the channel to filter the harvest jobs by. If specified, only harvest jobs associated with this channel will be returned.
- Parameters:
channelName
- The name of the channel to filter the harvest jobs by. If specified, only harvest jobs associated with this channel will be returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
originEndpointName
The name of the origin endpoint to filter the harvest jobs by. If specified, only harvest jobs associated with this origin endpoint will be returned.
- Parameters:
originEndpointName
- The name of the origin endpoint to filter the harvest jobs by. If specified, only harvest jobs associated with this origin endpoint will be returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The status to filter the harvest jobs by. If specified, only harvest jobs with this status will be returned.
- Parameters:
status
- The status to filter the harvest jobs by. If specified, only harvest jobs with this status will be returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status to filter the harvest jobs by. If specified, only harvest jobs with this status will be returned.
- Parameters:
status
- The status to filter the harvest jobs by. If specified, only harvest jobs with this status will be returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
maxResults
The maximum number of harvest jobs to return in a single request. If not specified, a default value will be used.
- Parameters:
maxResults
- The maximum number of harvest jobs to return in a single request. If not specified, a default value will be used.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
A token used for pagination. Provide this value in subsequent requests to retrieve the next set of results.
- Parameters:
nextToken
- A token used for pagination. Provide this value in subsequent requests to retrieve the next set of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListHarvestJobsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ListHarvestJobsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-