Interface ListHarvestJobsRequest.Builder

  • Method Details

    • channelGroupName

      ListHarvestJobsRequest.Builder channelGroupName(String 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

      ListHarvestJobsRequest.Builder channelName(String 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

      ListHarvestJobsRequest.Builder originEndpointName(String 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

      ListHarvestJobsRequest.Builder maxResults(Integer 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

      ListHarvestJobsRequest.Builder nextToken(String 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 interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.