public static interface Scale.Builder extends SdkPojo, CopyableBuilder<Scale.Builder,Scale>
Modifier and Type | Method and Description |
---|---|
Scale.Builder |
unit(ScaleUnit unit)
The unit of measure for the scale value.
|
Scale.Builder |
unit(String unit)
The unit of measure for the scale value.
|
Scale.Builder |
value(Double value)
The value, specified as a percent total of a service's
desiredCount , to scale the task set. |
copy
applyMutation, build
Scale.Builder value(Double value)
The value, specified as a percent total of a service's desiredCount
, to scale the task set.
value
- The value, specified as a percent total of a service's desiredCount
, to scale the task
set.Scale.Builder unit(String unit)
The unit of measure for the scale value.
Scale.Builder unit(ScaleUnit unit)
The unit of measure for the scale value.
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.