Interface SchedulerStatus.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<SchedulerStatus.Builder,,SchedulerStatus> SdkBuilder<SchedulerStatus.Builder,,SchedulerStatus> SdkPojo
- Enclosing class:
SchedulerStatus
@Mutable
@NotThreadSafe
public static interface SchedulerStatus.Builder
extends SdkPojo, CopyableBuilder<SchedulerStatus.Builder,SchedulerStatus>
-
Method Summary
Modifier and TypeMethodDescriptioncurrentConcurrentJobRuns(Integer currentConcurrentJobRuns) The number of job runs currently in theRUNNINGstate for the virtual cluster.currentInQueueJobRuns(Integer currentInQueueJobRuns) The number of job runs currently waiting in the queue (PENDINGorSUBMITTED) for the virtual cluster.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
currentInQueueJobRuns
The number of job runs currently waiting in the queue (
PENDINGorSUBMITTED) for the virtual cluster.- Parameters:
currentInQueueJobRuns- The number of job runs currently waiting in the queue (PENDINGorSUBMITTED) for the virtual cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
currentConcurrentJobRuns
The number of job runs currently in the
RUNNINGstate for the virtual cluster.- Parameters:
currentConcurrentJobRuns- The number of job runs currently in theRUNNINGstate for the virtual cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-