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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ServiceCurrentRevisionSummary.Builderarn(String arn)The ARN of the current service revision.ServiceCurrentRevisionSummary.BuilderpendingTaskCount(Integer pendingTaskCount)The number of pending tasks in the current service revisionServiceCurrentRevisionSummary.BuilderrequestedTaskCount(Integer requestedTaskCount)The number of requested tasks in the current service revisionServiceCurrentRevisionSummary.BuilderrunningTaskCount(Integer runningTaskCount)The number of running tasks of the current 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 Detail
-
arn
ServiceCurrentRevisionSummary.Builder arn(String 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
ServiceCurrentRevisionSummary.Builder requestedTaskCount(Integer 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
ServiceCurrentRevisionSummary.Builder runningTaskCount(Integer 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
ServiceCurrentRevisionSummary.Builder pendingTaskCount(Integer 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.
-
-