Interface RunSummary.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<RunSummary.Builder,,RunSummary> SdkBuilder<RunSummary.Builder,,RunSummary> SdkPojo
- Enclosing class:
RunSummary
@Mutable
@NotThreadSafe
public static interface RunSummary.Builder
extends SdkPojo, CopyableBuilder<RunSummary.Builder,RunSummary>
-
Method Summary
Modifier and TypeMethodDescriptioncancelledRunCount(Integer cancelledRunCount) The number of cancelled runs.completedRunCount(Integer completedRunCount) The number of completed runs.deletedRunCount(Integer deletedRunCount) The number of deleted runs.failedRunCount(Integer failedRunCount) The number of failed runs.pendingRunCount(Integer pendingRunCount) The number of pending runs.runningRunCount(Integer runningRunCount) The number of running runs.startingRunCount(Integer startingRunCount) The number of starting runs.stoppingRunCount(Integer stoppingRunCount) The number of stopping runs.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
-
pendingRunCount
The number of pending runs.
- Parameters:
pendingRunCount- The number of pending runs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
startingRunCount
The number of starting runs.
- Parameters:
startingRunCount- The number of starting runs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
runningRunCount
The number of running runs.
- Parameters:
runningRunCount- The number of running runs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
stoppingRunCount
The number of stopping runs.
- Parameters:
stoppingRunCount- The number of stopping runs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
completedRunCount
The number of completed runs.
- Parameters:
completedRunCount- The number of completed runs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deletedRunCount
The number of deleted runs.
- Parameters:
deletedRunCount- The number of deleted runs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
failedRunCount
The number of failed runs.
- Parameters:
failedRunCount- The number of failed runs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
cancelledRunCount
The number of cancelled runs.
- Parameters:
cancelledRunCount- The number of cancelled runs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-