Interface FrontOfQueueJobSummary.Builder

    • Method Detail

      • jobArn

        FrontOfQueueJobSummary.Builder jobArn​(String jobArn)

        The ARN for a job in a named job queue.

        Parameters:
        jobArn - The ARN for a job in a named job queue.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • earliestTimeAtPosition

        FrontOfQueueJobSummary.Builder earliestTimeAtPosition​(Long earliestTimeAtPosition)

        The Unix timestamp (in milliseconds) for when the job transitioned to its current position in the job queue.

        Parameters:
        earliestTimeAtPosition - The Unix timestamp (in milliseconds) for when the job transitioned to its current position in the job queue.
        Returns:
        Returns a reference to this object so that method calls can be chained together.