Interface ServiceRevisionSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ServiceRevisionSummary.Builder,
,ServiceRevisionSummary> SdkBuilder<ServiceRevisionSummary.Builder,
,ServiceRevisionSummary> SdkPojo
- Enclosing class:
ServiceRevisionSummary
@Mutable
@NotThreadSafe
public static interface ServiceRevisionSummary.Builder
extends SdkPojo, CopyableBuilder<ServiceRevisionSummary.Builder,ServiceRevisionSummary>
-
Method Summary
Modifier and TypeMethodDescriptionThe ARN of the service revision.pendingTaskCount
(Integer pendingTaskCount) The number of pending tasks for the service revision.requestedTaskCount
(Integer requestedTaskCount) The number of requested tasks for the service revision.runningTaskCount
(Integer runningTaskCount) The number of running tasks for the service revision.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
arn
The ARN of the service revision.
- Parameters:
arn
- The ARN of the service revision.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
requestedTaskCount
The number of requested tasks for the service revision.
- Parameters:
requestedTaskCount
- The number of requested tasks for the service revision.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
runningTaskCount
The number of running tasks for the service revision.
- Parameters:
runningTaskCount
- The number of running tasks for the service revision.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pendingTaskCount
The number of pending tasks for the service revision.
- Parameters:
pendingTaskCount
- The number of pending tasks for the service revision.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-