Class ListJobsByPipelineRequest

    • Method Detail

      • pipelineId

        public final String pipelineId()

        The ID of the pipeline for which you want to get job information.

        Returns:
        The ID of the pipeline for which you want to get job information.
      • ascending

        public final String ascending()

        To list jobs in chronological order by the date and time that they were submitted, enter true. To list jobs in reverse chronological order, enter false.

        Returns:
        To list jobs in chronological order by the date and time that they were submitted, enter true. To list jobs in reverse chronological order, enter false.
      • pageToken

        public final String pageToken()

        When Elastic Transcoder returns more than one page of results, use pageToken in subsequent GET requests to get each successive page of results.

        Returns:
        When Elastic Transcoder returns more than one page of results, use pageToken in subsequent GET requests to get each successive page of results.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object