@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class MixedInstancesPolicy extends Object implements Serializable, Cloneable
Describes a mixed instances policy. A mixed instances policy contains the instance types that Amazon EC2 Auto Scaling can launch and other information that Amazon EC2 Auto Scaling can use to launch instances and help optimize your costs. For more information, see Auto Scaling groups with multiple instance types and purchase options in the Amazon EC2 Auto Scaling User Guide.
Constructor and Description |
---|
MixedInstancesPolicy() |
Modifier and Type | Method and Description |
---|---|
MixedInstancesPolicy |
clone() |
boolean |
equals(Object obj) |
InstancesDistribution |
getInstancesDistribution()
Specifies the instances distribution.
|
LaunchTemplate |
getLaunchTemplate()
Specifies the launch template to use and the instance types (overrides) that are used to launch EC2 instances to
fulfill On-Demand and Spot capacities.
|
int |
hashCode() |
void |
setInstancesDistribution(InstancesDistribution instancesDistribution)
Specifies the instances distribution.
|
void |
setLaunchTemplate(LaunchTemplate launchTemplate)
Specifies the launch template to use and the instance types (overrides) that are used to launch EC2 instances to
fulfill On-Demand and Spot capacities.
|
String |
toString()
Returns a string representation of this object.
|
MixedInstancesPolicy |
withInstancesDistribution(InstancesDistribution instancesDistribution)
Specifies the instances distribution.
|
MixedInstancesPolicy |
withLaunchTemplate(LaunchTemplate launchTemplate)
Specifies the launch template to use and the instance types (overrides) that are used to launch EC2 instances to
fulfill On-Demand and Spot capacities.
|
public void setLaunchTemplate(LaunchTemplate launchTemplate)
Specifies the launch template to use and the instance types (overrides) that are used to launch EC2 instances to fulfill On-Demand and Spot capacities. Required when creating a mixed instances policy.
launchTemplate
- Specifies the launch template to use and the instance types (overrides) that are used to launch EC2
instances to fulfill On-Demand and Spot capacities. Required when creating a mixed instances policy.public LaunchTemplate getLaunchTemplate()
Specifies the launch template to use and the instance types (overrides) that are used to launch EC2 instances to fulfill On-Demand and Spot capacities. Required when creating a mixed instances policy.
public MixedInstancesPolicy withLaunchTemplate(LaunchTemplate launchTemplate)
Specifies the launch template to use and the instance types (overrides) that are used to launch EC2 instances to fulfill On-Demand and Spot capacities. Required when creating a mixed instances policy.
launchTemplate
- Specifies the launch template to use and the instance types (overrides) that are used to launch EC2
instances to fulfill On-Demand and Spot capacities. Required when creating a mixed instances policy.public void setInstancesDistribution(InstancesDistribution instancesDistribution)
Specifies the instances distribution.
instancesDistribution
- Specifies the instances distribution.public InstancesDistribution getInstancesDistribution()
Specifies the instances distribution.
public MixedInstancesPolicy withInstancesDistribution(InstancesDistribution instancesDistribution)
Specifies the instances distribution.
instancesDistribution
- Specifies the instances distribution.public String toString()
toString
in class Object
Object.toString()
public MixedInstancesPolicy clone()