@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class FleetLaunchTemplateOverrides extends Object implements Serializable, Cloneable
Describes overrides for a launch template.
Constructor and Description |
---|
FleetLaunchTemplateOverrides() |
Modifier and Type | Method and Description |
---|---|
FleetLaunchTemplateOverrides |
clone() |
boolean |
equals(Object obj) |
String |
getAvailabilityZone()
The Availability Zone in which to launch the instances.
|
String |
getInstanceType()
The instance type.
|
String |
getMaxPrice()
The maximum price per unit hour that you are willing to pay for a Spot Instance.
|
PlacementResponse |
getPlacement()
The location where the instance launched, if applicable.
|
Double |
getPriority()
The priority for the launch template override.
|
String |
getSubnetId()
The ID of the subnet in which to launch the instances.
|
Double |
getWeightedCapacity()
The number of units provided by the specified instance type.
|
int |
hashCode() |
void |
setAvailabilityZone(String availabilityZone)
The Availability Zone in which to launch the instances.
|
void |
setInstanceType(String instanceType)
The instance type.
|
void |
setMaxPrice(String maxPrice)
The maximum price per unit hour that you are willing to pay for a Spot Instance.
|
void |
setPlacement(PlacementResponse placement)
The location where the instance launched, if applicable.
|
void |
setPriority(Double priority)
The priority for the launch template override.
|
void |
setSubnetId(String subnetId)
The ID of the subnet in which to launch the instances.
|
void |
setWeightedCapacity(Double weightedCapacity)
The number of units provided by the specified instance type.
|
String |
toString()
Returns a string representation of this object.
|
FleetLaunchTemplateOverrides |
withAvailabilityZone(String availabilityZone)
The Availability Zone in which to launch the instances.
|
FleetLaunchTemplateOverrides |
withInstanceType(InstanceType instanceType)
The instance type.
|
FleetLaunchTemplateOverrides |
withInstanceType(String instanceType)
The instance type.
|
FleetLaunchTemplateOverrides |
withMaxPrice(String maxPrice)
The maximum price per unit hour that you are willing to pay for a Spot Instance.
|
FleetLaunchTemplateOverrides |
withPlacement(PlacementResponse placement)
The location where the instance launched, if applicable.
|
FleetLaunchTemplateOverrides |
withPriority(Double priority)
The priority for the launch template override.
|
FleetLaunchTemplateOverrides |
withSubnetId(String subnetId)
The ID of the subnet in which to launch the instances.
|
FleetLaunchTemplateOverrides |
withWeightedCapacity(Double weightedCapacity)
The number of units provided by the specified instance type.
|
public void setInstanceType(String instanceType)
The instance type.
instanceType
- The instance type.InstanceType
public String getInstanceType()
The instance type.
InstanceType
public FleetLaunchTemplateOverrides withInstanceType(String instanceType)
The instance type.
instanceType
- The instance type.InstanceType
public FleetLaunchTemplateOverrides withInstanceType(InstanceType instanceType)
The instance type.
instanceType
- The instance type.InstanceType
public void setMaxPrice(String maxPrice)
The maximum price per unit hour that you are willing to pay for a Spot Instance.
maxPrice
- The maximum price per unit hour that you are willing to pay for a Spot Instance.public String getMaxPrice()
The maximum price per unit hour that you are willing to pay for a Spot Instance.
public FleetLaunchTemplateOverrides withMaxPrice(String maxPrice)
The maximum price per unit hour that you are willing to pay for a Spot Instance.
maxPrice
- The maximum price per unit hour that you are willing to pay for a Spot Instance.public void setSubnetId(String subnetId)
The ID of the subnet in which to launch the instances.
subnetId
- The ID of the subnet in which to launch the instances.public String getSubnetId()
The ID of the subnet in which to launch the instances.
public FleetLaunchTemplateOverrides withSubnetId(String subnetId)
The ID of the subnet in which to launch the instances.
subnetId
- The ID of the subnet in which to launch the instances.public void setAvailabilityZone(String availabilityZone)
The Availability Zone in which to launch the instances.
availabilityZone
- The Availability Zone in which to launch the instances.public String getAvailabilityZone()
The Availability Zone in which to launch the instances.
public FleetLaunchTemplateOverrides withAvailabilityZone(String availabilityZone)
The Availability Zone in which to launch the instances.
availabilityZone
- The Availability Zone in which to launch the instances.public void setWeightedCapacity(Double weightedCapacity)
The number of units provided by the specified instance type.
weightedCapacity
- The number of units provided by the specified instance type.public Double getWeightedCapacity()
The number of units provided by the specified instance type.
public FleetLaunchTemplateOverrides withWeightedCapacity(Double weightedCapacity)
The number of units provided by the specified instance type.
weightedCapacity
- The number of units provided by the specified instance type.public void setPriority(Double priority)
The priority for the launch template override. The highest priority is launched first.
If the On-Demand AllocationStrategy
is set to prioritized
, EC2 Fleet uses priority to
determine which launch template override to use first in fulfilling On-Demand capacity.
If the Spot AllocationStrategy
is set to capacity-optimized-prioritized
, EC2 Fleet uses
priority on a best-effort basis to determine which launch template override to use in fulfilling Spot capacity,
but optimizes for capacity first.
Valid values are whole numbers starting at 0
. The lower the number, the higher the priority. If no
number is set, the override has the lowest priority. You can set the same priority for different launch template
overrides.
priority
- The priority for the launch template override. The highest priority is launched first.
If the On-Demand AllocationStrategy
is set to prioritized
, EC2 Fleet uses
priority to determine which launch template override to use first in fulfilling On-Demand capacity.
If the Spot AllocationStrategy
is set to capacity-optimized-prioritized
, EC2
Fleet uses priority on a best-effort basis to determine which launch template override to use in
fulfilling Spot capacity, but optimizes for capacity first.
Valid values are whole numbers starting at 0
. The lower the number, the higher the priority.
If no number is set, the override has the lowest priority. You can set the same priority for different
launch template overrides.
public Double getPriority()
The priority for the launch template override. The highest priority is launched first.
If the On-Demand AllocationStrategy
is set to prioritized
, EC2 Fleet uses priority to
determine which launch template override to use first in fulfilling On-Demand capacity.
If the Spot AllocationStrategy
is set to capacity-optimized-prioritized
, EC2 Fleet uses
priority on a best-effort basis to determine which launch template override to use in fulfilling Spot capacity,
but optimizes for capacity first.
Valid values are whole numbers starting at 0
. The lower the number, the higher the priority. If no
number is set, the override has the lowest priority. You can set the same priority for different launch template
overrides.
If the On-Demand AllocationStrategy
is set to prioritized
, EC2 Fleet uses
priority to determine which launch template override to use first in fulfilling On-Demand capacity.
If the Spot AllocationStrategy
is set to capacity-optimized-prioritized
, EC2
Fleet uses priority on a best-effort basis to determine which launch template override to use in
fulfilling Spot capacity, but optimizes for capacity first.
Valid values are whole numbers starting at 0
. The lower the number, the higher the priority.
If no number is set, the override has the lowest priority. You can set the same priority for different
launch template overrides.
public FleetLaunchTemplateOverrides withPriority(Double priority)
The priority for the launch template override. The highest priority is launched first.
If the On-Demand AllocationStrategy
is set to prioritized
, EC2 Fleet uses priority to
determine which launch template override to use first in fulfilling On-Demand capacity.
If the Spot AllocationStrategy
is set to capacity-optimized-prioritized
, EC2 Fleet uses
priority on a best-effort basis to determine which launch template override to use in fulfilling Spot capacity,
but optimizes for capacity first.
Valid values are whole numbers starting at 0
. The lower the number, the higher the priority. If no
number is set, the override has the lowest priority. You can set the same priority for different launch template
overrides.
priority
- The priority for the launch template override. The highest priority is launched first.
If the On-Demand AllocationStrategy
is set to prioritized
, EC2 Fleet uses
priority to determine which launch template override to use first in fulfilling On-Demand capacity.
If the Spot AllocationStrategy
is set to capacity-optimized-prioritized
, EC2
Fleet uses priority on a best-effort basis to determine which launch template override to use in
fulfilling Spot capacity, but optimizes for capacity first.
Valid values are whole numbers starting at 0
. The lower the number, the higher the priority.
If no number is set, the override has the lowest priority. You can set the same priority for different
launch template overrides.
public void setPlacement(PlacementResponse placement)
The location where the instance launched, if applicable.
placement
- The location where the instance launched, if applicable.public PlacementResponse getPlacement()
The location where the instance launched, if applicable.
public FleetLaunchTemplateOverrides withPlacement(PlacementResponse placement)
The location where the instance launched, if applicable.
placement
- The location where the instance launched, if applicable.public String toString()
toString
in class Object
Object.toString()
public FleetLaunchTemplateOverrides clone()