static GetJobQueueSnapshotResponse.Builder |
GetJobQueueSnapshotResponse.builder() |
|
default GetJobQueueSnapshotResponse.Builder |
GetJobQueueSnapshotResponse.Builder.frontOfQueue(Consumer<FrontOfQueueDetail.Builder> frontOfQueue) |
The list of the first 100 RUNNABLE jobs in each job queue.
|
GetJobQueueSnapshotResponse.Builder |
GetJobQueueSnapshotResponse.Builder.frontOfQueue(FrontOfQueueDetail frontOfQueue) |
The list of the first 100 RUNNABLE jobs in each job queue.
|
default GetJobQueueSnapshotResponse.Builder |
GetJobQueueSnapshotResponse.Builder.frontOfQuotaShares(Consumer<FrontOfQuotaSharesDetail.Builder> frontOfQuotaShares) |
The first RUNNABLE job in each quota share.
|
GetJobQueueSnapshotResponse.Builder |
GetJobQueueSnapshotResponse.Builder.frontOfQuotaShares(FrontOfQuotaSharesDetail frontOfQuotaShares) |
The first RUNNABLE job in each quota share.
|
default GetJobQueueSnapshotResponse.Builder |
GetJobQueueSnapshotResponse.Builder.queueUtilization(Consumer<QueueSnapshotUtilizationDetail.Builder> queueUtilization) |
The job queue's capacity utilization, including total usage and breakdown per given share.
|
GetJobQueueSnapshotResponse.Builder |
GetJobQueueSnapshotResponse.Builder.queueUtilization(QueueSnapshotUtilizationDetail queueUtilization) |
The job queue's capacity utilization, including total usage and breakdown per given share.
|
GetJobQueueSnapshotResponse.Builder |
GetJobQueueSnapshotResponse.toBuilder() |
|