public static interface InstanceDefinition.Builder extends SdkPojo, CopyableBuilder<InstanceDefinition.Builder,InstanceDefinition>
| Modifier and Type | Method and Description |
|---|---|
InstanceDefinition.Builder |
instanceType(GameServerGroupInstanceType instanceType)
An Amazon EC2 instance type designation.
|
InstanceDefinition.Builder |
instanceType(String instanceType)
An Amazon EC2 instance type designation.
|
InstanceDefinition.Builder |
weightedCapacity(String weightedCapacity)
Instance weighting that indicates how much this instance type contributes to the total capacity of a game
server group.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildInstanceDefinition.Builder instanceType(String instanceType)
An Amazon EC2 instance type designation.
instanceType - An Amazon EC2 instance type designation.GameServerGroupInstanceType,
GameServerGroupInstanceTypeInstanceDefinition.Builder instanceType(GameServerGroupInstanceType instanceType)
An Amazon EC2 instance type designation.
instanceType - An Amazon EC2 instance type designation.GameServerGroupInstanceType,
GameServerGroupInstanceTypeInstanceDefinition.Builder weightedCapacity(String weightedCapacity)
Instance weighting that indicates how much this instance type contributes to the total capacity of a game server group. Instance weights are used by GameLift FleetIQ to calculate the instance type's cost per unit hour and better identify the most cost-effective options. For detailed information on weighting instance capacity, see Instance Weighting in the Amazon Elastic Compute Cloud Auto Scaling User Guide. Default value is "1".
weightedCapacity - Instance weighting that indicates how much this instance type contributes to the total capacity of a
game server group. Instance weights are used by GameLift FleetIQ to calculate the instance type's cost
per unit hour and better identify the most cost-effective options. For detailed information on
weighting instance capacity, see Instance
Weighting in the Amazon Elastic Compute Cloud Auto Scaling User Guide. Default value is
"1".Copyright © 2022. All rights reserved.