| Package | Description |
|---|---|
| software.amazon.awssdk.services.ecs.model |
| Modifier and Type | Method and Description |
|---|---|
static Scale.Builder |
Scale.builder() |
Scale.Builder |
Scale.toBuilder() |
Scale.Builder |
Scale.Builder.unit(ScaleUnit unit)
The unit of measure for the scale value.
|
Scale.Builder |
Scale.Builder.unit(String unit)
The unit of measure for the scale value.
|
Scale.Builder |
Scale.Builder.value(Double value)
The value, specified as a percent total of a service's
desiredCount, to scale the task set. |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Scale.Builder> |
Scale.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreateTaskSetRequest.Builder |
CreateTaskSetRequest.Builder.scale(Consumer<Scale.Builder> scale)
A floating-point percentage of the desired number of tasks to place and keep running in the task set.
|
default TaskSet.Builder |
TaskSet.Builder.scale(Consumer<Scale.Builder> scale)
A floating-point percentage of the desired number of tasks to place and keep running in the task set.
|
default UpdateTaskSetRequest.Builder |
UpdateTaskSetRequest.Builder.scale(Consumer<Scale.Builder> scale)
A floating-point percentage of the desired number of tasks to place and keep running in the task set.
|
Copyright © 2021. All rights reserved.