Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
LaunchTemplateOverrides |
LaunchTemplateOverrides.clone() |
LaunchTemplateOverrides |
LaunchTemplateOverrides.withAvailabilityZone(String availabilityZone)
The Availability Zone in which to launch the instances.
|
LaunchTemplateOverrides |
LaunchTemplateOverrides.withInstanceType(InstanceType instanceType)
The instance type.
|
LaunchTemplateOverrides |
LaunchTemplateOverrides.withInstanceType(String instanceType)
The instance type.
|
LaunchTemplateOverrides |
LaunchTemplateOverrides.withPriority(Double priority)
The priority for the launch template override.
|
LaunchTemplateOverrides |
LaunchTemplateOverrides.withSpotPrice(String spotPrice)
The maximum price per unit hour that you are willing to pay for a Spot Instance.
|
LaunchTemplateOverrides |
LaunchTemplateOverrides.withSubnetId(String subnetId)
The ID of the subnet in which to launch the instances.
|
LaunchTemplateOverrides |
LaunchTemplateOverrides.withWeightedCapacity(Double weightedCapacity)
The number of units provided by the specified instance type.
|
Modifier and Type | Method and Description |
---|---|
List<LaunchTemplateOverrides> |
LaunchTemplateConfig.getOverrides()
Any parameters that you specify override the same parameters in the launch template.
|
Modifier and Type | Method and Description |
---|---|
LaunchTemplateConfig |
LaunchTemplateConfig.withOverrides(LaunchTemplateOverrides... overrides)
Any parameters that you specify override the same parameters in the launch template.
|
Modifier and Type | Method and Description |
---|---|
void |
LaunchTemplateConfig.setOverrides(Collection<LaunchTemplateOverrides> overrides)
Any parameters that you specify override the same parameters in the launch template.
|
LaunchTemplateConfig |
LaunchTemplateConfig.withOverrides(Collection<LaunchTemplateOverrides> overrides)
Any parameters that you specify override the same parameters in the launch template.
|
Copyright © 2021. All rights reserved.