public static interface LaunchTemplateOverrides.Builder extends SdkPojo, CopyableBuilder<LaunchTemplateOverrides.Builder,LaunchTemplateOverrides>
| Modifier and Type | Method and Description |
|---|---|
LaunchTemplateOverrides.Builder |
instanceType(String instanceType)
The instance type.
|
LaunchTemplateOverrides.Builder |
weightedCapacity(String weightedCapacity)
The number of capacity units, which gives the instance type a proportional weight to other instance types.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildLaunchTemplateOverrides.Builder instanceType(String instanceType)
The instance type.
For information about available instance types, see Available Instance Types in the Amazon Elastic Compute Cloud User Guide.
instanceType - The instance type.
For information about available instance types, see Available Instance Types in the Amazon Elastic Compute Cloud User Guide.
LaunchTemplateOverrides.Builder weightedCapacity(String weightedCapacity)
The number of capacity units, which gives the instance type a proportional weight to other instance types. For example, larger instance types are generally weighted more than smaller instance types. These are the same units that you chose to set the desired capacity in terms of instances, or a performance attribute such as vCPUs, memory, or I/O.
Valid Range: Minimum value of 1. Maximum value of 999.
weightedCapacity - The number of capacity units, which gives the instance type a proportional weight to other instance
types. For example, larger instance types are generally weighted more than smaller instance types.
These are the same units that you chose to set the desired capacity in terms of instances, or a
performance attribute such as vCPUs, memory, or I/O.
Valid Range: Minimum value of 1. Maximum value of 999.
Copyright © 2019. All rights reserved.