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 Details

    • 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)
      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.