@Generated(value="software.amazon.awssdk:codegen") public final class LaunchTemplateOverrides extends Object implements SdkPojo, Serializable, ToCopyableBuilder<LaunchTemplateOverrides.Builder,LaunchTemplateOverrides>
Describes an override for a launch template. Currently, the only supported override is instance type.
The maximum number of instance type overrides that can be associated with an Auto Scaling group is 20.
Modifier and Type | Class and Description |
---|---|
static interface |
LaunchTemplateOverrides.Builder |
Modifier and Type | Method and Description |
---|---|
static LaunchTemplateOverrides.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
instanceType()
The instance type.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends LaunchTemplateOverrides.Builder> |
serializableBuilderClass() |
LaunchTemplateOverrides.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
weightedCapacity()
The number of capacity units, which gives the instance type a proportional weight to other instance types.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public String instanceType()
The instance type. You must use an instance type that is supported in your requested Region and Availability Zones.
For information about available instance types, see Available Instance Types in the Amazon Elastic Compute Cloud User Guide.
For information about available instance types, see Available Instance Types in the Amazon Elastic Compute Cloud User Guide.
public 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.
For more information, see Instance Weighting for Amazon EC2 Auto Scaling in the Amazon EC2 Auto Scaling User Guide.
Valid Range: Minimum value of 1. Maximum value of 999.
For more information, see Instance Weighting for Amazon EC2 Auto Scaling in the Amazon EC2 Auto Scaling User Guide.
Valid Range: Minimum value of 1. Maximum value of 999.
public LaunchTemplateOverrides.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<LaunchTemplateOverrides.Builder,LaunchTemplateOverrides>
public static LaunchTemplateOverrides.Builder builder()
public static Class<? extends LaunchTemplateOverrides.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public String toString()
Copyright © 2020. All rights reserved.