@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 Amazon EC2 Auto Scaling can launch, and other information Amazon EC2 Auto Scaling can use to launch instances to help you 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 provision 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 provision 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 provision 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 provision 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 provision 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 provision 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 provision 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 provision 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. If not provided, the value for each property in
InstancesDistribution uses a default value.
instancesDistribution - Specifies the instances distribution. If not provided, the value for each property in
InstancesDistribution uses a default value.public InstancesDistribution getInstancesDistribution()
Specifies the instances distribution. If not provided, the value for each property in
InstancesDistribution uses a default value.
InstancesDistribution uses a default value.public MixedInstancesPolicy withInstancesDistribution(InstancesDistribution instancesDistribution)
Specifies the instances distribution. If not provided, the value for each property in
InstancesDistribution uses a default value.
instancesDistribution - Specifies the instances distribution. If not provided, the value for each property in
InstancesDistribution uses a default value.public String toString()
toString in class ObjectObject.toString()public MixedInstancesPolicy clone()
Copyright © 2021. All rights reserved.