Interface ListJobsByStatusResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<ListJobsByStatusResponse.Builder,ListJobsByStatusResponse>, ElasticTranscoderResponse.Builder, SdkBuilder<ListJobsByStatusResponse.Builder,ListJobsByStatusResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
ListJobsByStatusResponse

  • Method Details

    • jobs

      An array of Job objects that have the specified status.

      Parameters:
      jobs - An array of Job objects that have the specified status.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • jobs

      An array of Job objects that have the specified status.

      Parameters:
      jobs - An array of Job objects that have the specified status.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • jobs

      An array of Job objects that have the specified status.

      This is a convenience method that creates an instance of the Job.Builder avoiding the need to create one manually via Job.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to jobs(List<Job>).

      Parameters:
      jobs - a consumer that will call methods on Job.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • nextPageToken

      ListJobsByStatusResponse.Builder nextPageToken(String nextPageToken)

      A value that you use to access the second and subsequent pages of results, if any. When the jobs in the specified pipeline fit on one page or when you've reached the last page of results, the value of NextPageToken is null.

      Parameters:
      nextPageToken - A value that you use to access the second and subsequent pages of results, if any. When the jobs in the specified pipeline fit on one page or when you've reached the last page of results, the value of NextPageToken is null.
      Returns:
      Returns a reference to this object so that method calls can be chained together.