Interface ServiceCurrentRevisionSummary.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ServiceCurrentRevisionSummary.Builder,,ServiceCurrentRevisionSummary> SdkBuilder<ServiceCurrentRevisionSummary.Builder,,ServiceCurrentRevisionSummary> SdkPojo
- Enclosing class:
ServiceCurrentRevisionSummary
@Mutable
@NotThreadSafe
public static interface ServiceCurrentRevisionSummary.Builder
extends SdkPojo, CopyableBuilder<ServiceCurrentRevisionSummary.Builder,ServiceCurrentRevisionSummary>
-
Method Summary
Modifier and TypeMethodDescriptionThe ARN of the current service revision.pendingTaskCount(Integer pendingTaskCount) The number of pending tasks in the current service revisionrequestedTaskCount(Integer requestedTaskCount) The number of requested tasks in the current service revisionrunningTaskCount(Integer runningTaskCount) The number of running tasks of the current service revisionMethods 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
-
arn
The ARN of the current service revision.
- Parameters:
arn- The ARN of the current service revision.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
requestedTaskCount
The number of requested tasks in the current service revision
- Parameters:
requestedTaskCount- The number of requested tasks in the current service revision- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
runningTaskCount
The number of running tasks of the current service revision
- Parameters:
runningTaskCount- The number of running tasks of the current service revision- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pendingTaskCount
The number of pending tasks in the current service revision
- Parameters:
pendingTaskCount- The number of pending tasks in the current service revision- Returns:
- Returns a reference to this object so that method calls can be chained together.
-