@Generated(value="software.amazon.awssdk:codegen") public final class TargetTrackingConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TargetTrackingConfiguration.Builder,TargetTrackingConfiguration>
This data type is used with the GameLift FleetIQ and game server groups.
Settings for a target-based scaling policy as part of a GameServerGroupAutoScalingPolicy . These settings are used to create a target-based policy that tracks the
GameLift FleetIQ metric "PercentUtilizedGameServers" and specifies a target value for the metric. As
player usage changes, the policy triggers to adjust the game server group capacity so that the metric returns to the
target value.
| Modifier and Type | Class and Description |
|---|---|
static interface |
TargetTrackingConfiguration.Builder |
| Modifier and Type | Method and Description |
|---|---|
static TargetTrackingConfiguration.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends TargetTrackingConfiguration.Builder> |
serializableBuilderClass() |
Double |
targetValue()
Desired value to use with a game server group target-based scaling policy.
|
TargetTrackingConfiguration.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Double targetValue()
Desired value to use with a game server group target-based scaling policy.
public TargetTrackingConfiguration.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<TargetTrackingConfiguration.Builder,TargetTrackingConfiguration>public static TargetTrackingConfiguration.Builder builder()
public static Class<? extends TargetTrackingConfiguration.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.