public static interface TargetConfiguration.Builder extends SdkPojo, CopyableBuilder<TargetConfiguration.Builder,TargetConfiguration>
Modifier and Type | Method and Description |
---|---|
TargetConfiguration.Builder |
targetValue(Double targetValue)
Desired value to use with a target-based scaling policy.
|
copy
applyMutation, build
TargetConfiguration.Builder targetValue(Double targetValue)
Desired value to use with a target-based scaling policy. The value must be relevant for whatever metric the scaling policy is using. For example, in a policy using the metric PercentAvailableGameSessions, the target value should be the preferred size of the fleet's buffer (the percent of capacity that should be idle and ready for new game sessions).
targetValue
- Desired value to use with a target-based scaling policy. The value must be relevant for whatever
metric the scaling policy is using. For example, in a policy using the metric
PercentAvailableGameSessions, the target value should be the preferred size of the fleet's buffer (the
percent of capacity that should be idle and ready for new game sessions).Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.