Interface FrontOfQueueJobSummary.Builder

All Superinterfaces:
Buildable, CopyableBuilder<FrontOfQueueJobSummary.Builder,FrontOfQueueJobSummary>, SdkBuilder<FrontOfQueueJobSummary.Builder,FrontOfQueueJobSummary>, SdkPojo
Enclosing class:
FrontOfQueueJobSummary

public static interface FrontOfQueueJobSummary.Builder extends SdkPojo, CopyableBuilder<FrontOfQueueJobSummary.Builder,FrontOfQueueJobSummary>
  • Method Details

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