@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateAutoScalingGroupRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateAutoScalingGroupRequest() |
Modifier and Type | Method and Description |
---|---|
CreateAutoScalingGroupRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAutoScalingGroupName()
The name of the group.
|
List<String> |
getAvailabilityZones()
One or more Availability Zones for the group.
|
Integer |
getDefaultCooldown()
The amount of time, in seconds, after a scaling activity completes before another scaling activity can start.
|
Integer |
getDesiredCapacity()
The number of EC2 instances that should be running in the group.
|
Integer |
getHealthCheckGracePeriod()
The amount of time, in seconds, that Auto Scaling waits before checking the health status of an EC2 instance that
has come into service.
|
String |
getHealthCheckType()
The service to use for the health checks.
|
String |
getInstanceId()
The ID of the instance used to create a launch configuration for the group.
|
String |
getLaunchConfigurationName()
The name of the launch configuration.
|
List<LifecycleHookSpecification> |
getLifecycleHookSpecificationList()
One or more lifecycle hooks.
|
List<String> |
getLoadBalancerNames()
One or more Classic Load Balancers.
|
Integer |
getMaxSize()
The maximum size of the group.
|
Integer |
getMinSize()
The minimum size of the group.
|
Boolean |
getNewInstancesProtectedFromScaleIn()
Indicates whether newly launched instances are protected from termination by Auto Scaling when scaling in.
|
String |
getPlacementGroup()
The name of the placement group into which you'll launch your instances, if any.
|
List<Tag> |
getTags()
One or more tags.
|
List<String> |
getTargetGroupARNs()
The Amazon Resource Names (ARN) of the target groups.
|
List<String> |
getTerminationPolicies()
One or more termination policies used to select the instance to terminate.
|
String |
getVPCZoneIdentifier()
A comma-separated list of subnet identifiers for your virtual private cloud (VPC).
|
int |
hashCode() |
Boolean |
isNewInstancesProtectedFromScaleIn()
Indicates whether newly launched instances are protected from termination by Auto Scaling when scaling in.
|
void |
setAutoScalingGroupName(String autoScalingGroupName)
The name of the group.
|
void |
setAvailabilityZones(Collection<String> availabilityZones)
One or more Availability Zones for the group.
|
void |
setDefaultCooldown(Integer defaultCooldown)
The amount of time, in seconds, after a scaling activity completes before another scaling activity can start.
|
void |
setDesiredCapacity(Integer desiredCapacity)
The number of EC2 instances that should be running in the group.
|
void |
setHealthCheckGracePeriod(Integer healthCheckGracePeriod)
The amount of time, in seconds, that Auto Scaling waits before checking the health status of an EC2 instance that
has come into service.
|
void |
setHealthCheckType(String healthCheckType)
The service to use for the health checks.
|
void |
setInstanceId(String instanceId)
The ID of the instance used to create a launch configuration for the group.
|
void |
setLaunchConfigurationName(String launchConfigurationName)
The name of the launch configuration.
|
void |
setLifecycleHookSpecificationList(Collection<LifecycleHookSpecification> lifecycleHookSpecificationList)
One or more lifecycle hooks.
|
void |
setLoadBalancerNames(Collection<String> loadBalancerNames)
One or more Classic Load Balancers.
|
void |
setMaxSize(Integer maxSize)
The maximum size of the group.
|
void |
setMinSize(Integer minSize)
The minimum size of the group.
|
void |
setNewInstancesProtectedFromScaleIn(Boolean newInstancesProtectedFromScaleIn)
Indicates whether newly launched instances are protected from termination by Auto Scaling when scaling in.
|
void |
setPlacementGroup(String placementGroup)
The name of the placement group into which you'll launch your instances, if any.
|
void |
setTags(Collection<Tag> tags)
One or more tags.
|
void |
setTargetGroupARNs(Collection<String> targetGroupARNs)
The Amazon Resource Names (ARN) of the target groups.
|
void |
setTerminationPolicies(Collection<String> terminationPolicies)
One or more termination policies used to select the instance to terminate.
|
void |
setVPCZoneIdentifier(String vPCZoneIdentifier)
A comma-separated list of subnet identifiers for your virtual private cloud (VPC).
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
CreateAutoScalingGroupRequest |
withAutoScalingGroupName(String autoScalingGroupName)
The name of the group.
|
CreateAutoScalingGroupRequest |
withAvailabilityZones(Collection<String> availabilityZones)
One or more Availability Zones for the group.
|
CreateAutoScalingGroupRequest |
withAvailabilityZones(String... availabilityZones)
One or more Availability Zones for the group.
|
CreateAutoScalingGroupRequest |
withDefaultCooldown(Integer defaultCooldown)
The amount of time, in seconds, after a scaling activity completes before another scaling activity can start.
|
CreateAutoScalingGroupRequest |
withDesiredCapacity(Integer desiredCapacity)
The number of EC2 instances that should be running in the group.
|
CreateAutoScalingGroupRequest |
withHealthCheckGracePeriod(Integer healthCheckGracePeriod)
The amount of time, in seconds, that Auto Scaling waits before checking the health status of an EC2 instance that
has come into service.
|
CreateAutoScalingGroupRequest |
withHealthCheckType(String healthCheckType)
The service to use for the health checks.
|
CreateAutoScalingGroupRequest |
withInstanceId(String instanceId)
The ID of the instance used to create a launch configuration for the group.
|
CreateAutoScalingGroupRequest |
withLaunchConfigurationName(String launchConfigurationName)
The name of the launch configuration.
|
CreateAutoScalingGroupRequest |
withLifecycleHookSpecificationList(Collection<LifecycleHookSpecification> lifecycleHookSpecificationList)
One or more lifecycle hooks.
|
CreateAutoScalingGroupRequest |
withLifecycleHookSpecificationList(LifecycleHookSpecification... lifecycleHookSpecificationList)
One or more lifecycle hooks.
|
CreateAutoScalingGroupRequest |
withLoadBalancerNames(Collection<String> loadBalancerNames)
One or more Classic Load Balancers.
|
CreateAutoScalingGroupRequest |
withLoadBalancerNames(String... loadBalancerNames)
One or more Classic Load Balancers.
|
CreateAutoScalingGroupRequest |
withMaxSize(Integer maxSize)
The maximum size of the group.
|
CreateAutoScalingGroupRequest |
withMinSize(Integer minSize)
The minimum size of the group.
|
CreateAutoScalingGroupRequest |
withNewInstancesProtectedFromScaleIn(Boolean newInstancesProtectedFromScaleIn)
Indicates whether newly launched instances are protected from termination by Auto Scaling when scaling in.
|
CreateAutoScalingGroupRequest |
withPlacementGroup(String placementGroup)
The name of the placement group into which you'll launch your instances, if any.
|
CreateAutoScalingGroupRequest |
withTags(Collection<Tag> tags)
One or more tags.
|
CreateAutoScalingGroupRequest |
withTags(Tag... tags)
One or more tags.
|
CreateAutoScalingGroupRequest |
withTargetGroupARNs(Collection<String> targetGroupARNs)
The Amazon Resource Names (ARN) of the target groups.
|
CreateAutoScalingGroupRequest |
withTargetGroupARNs(String... targetGroupARNs)
The Amazon Resource Names (ARN) of the target groups.
|
CreateAutoScalingGroupRequest |
withTerminationPolicies(Collection<String> terminationPolicies)
One or more termination policies used to select the instance to terminate.
|
CreateAutoScalingGroupRequest |
withTerminationPolicies(String... terminationPolicies)
One or more termination policies used to select the instance to terminate.
|
CreateAutoScalingGroupRequest |
withVPCZoneIdentifier(String vPCZoneIdentifier)
A comma-separated list of subnet identifiers for your virtual private cloud (VPC).
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setAutoScalingGroupName(String autoScalingGroupName)
The name of the group. This name must be unique within the scope of your AWS account.
autoScalingGroupName
- The name of the group. This name must be unique within the scope of your AWS account.public String getAutoScalingGroupName()
The name of the group. This name must be unique within the scope of your AWS account.
public CreateAutoScalingGroupRequest withAutoScalingGroupName(String autoScalingGroupName)
The name of the group. This name must be unique within the scope of your AWS account.
autoScalingGroupName
- The name of the group. This name must be unique within the scope of your AWS account.public void setLaunchConfigurationName(String launchConfigurationName)
The name of the launch configuration. Alternatively, specify an EC2 instance instead of a launch configuration.
launchConfigurationName
- The name of the launch configuration. Alternatively, specify an EC2 instance instead of a launch
configuration.public String getLaunchConfigurationName()
The name of the launch configuration. Alternatively, specify an EC2 instance instead of a launch configuration.
public CreateAutoScalingGroupRequest withLaunchConfigurationName(String launchConfigurationName)
The name of the launch configuration. Alternatively, specify an EC2 instance instead of a launch configuration.
launchConfigurationName
- The name of the launch configuration. Alternatively, specify an EC2 instance instead of a launch
configuration.public void setInstanceId(String instanceId)
The ID of the instance used to create a launch configuration for the group. Alternatively, specify a launch configuration instead of an EC2 instance.
When you specify an ID of an instance, Auto Scaling creates a new launch configuration and associates it with the group. This launch configuration derives its attributes from the specified instance, with the exception of the block device mapping.
For more information, see Create an Auto Scaling Group Using an EC2 Instance in the Auto Scaling User Guide.
instanceId
- The ID of the instance used to create a launch configuration for the group. Alternatively, specify a
launch configuration instead of an EC2 instance.
When you specify an ID of an instance, Auto Scaling creates a new launch configuration and associates it with the group. This launch configuration derives its attributes from the specified instance, with the exception of the block device mapping.
For more information, see Create an Auto Scaling Group Using an EC2 Instance in the Auto Scaling User Guide.
public String getInstanceId()
The ID of the instance used to create a launch configuration for the group. Alternatively, specify a launch configuration instead of an EC2 instance.
When you specify an ID of an instance, Auto Scaling creates a new launch configuration and associates it with the group. This launch configuration derives its attributes from the specified instance, with the exception of the block device mapping.
For more information, see Create an Auto Scaling Group Using an EC2 Instance in the Auto Scaling User Guide.
When you specify an ID of an instance, Auto Scaling creates a new launch configuration and associates it with the group. This launch configuration derives its attributes from the specified instance, with the exception of the block device mapping.
For more information, see Create an Auto Scaling Group Using an EC2 Instance in the Auto Scaling User Guide.
public CreateAutoScalingGroupRequest withInstanceId(String instanceId)
The ID of the instance used to create a launch configuration for the group. Alternatively, specify a launch configuration instead of an EC2 instance.
When you specify an ID of an instance, Auto Scaling creates a new launch configuration and associates it with the group. This launch configuration derives its attributes from the specified instance, with the exception of the block device mapping.
For more information, see Create an Auto Scaling Group Using an EC2 Instance in the Auto Scaling User Guide.
instanceId
- The ID of the instance used to create a launch configuration for the group. Alternatively, specify a
launch configuration instead of an EC2 instance.
When you specify an ID of an instance, Auto Scaling creates a new launch configuration and associates it with the group. This launch configuration derives its attributes from the specified instance, with the exception of the block device mapping.
For more information, see Create an Auto Scaling Group Using an EC2 Instance in the Auto Scaling User Guide.
public void setMinSize(Integer minSize)
The minimum size of the group.
minSize
- The minimum size of the group.public Integer getMinSize()
The minimum size of the group.
public CreateAutoScalingGroupRequest withMinSize(Integer minSize)
The minimum size of the group.
minSize
- The minimum size of the group.public void setMaxSize(Integer maxSize)
The maximum size of the group.
maxSize
- The maximum size of the group.public Integer getMaxSize()
The maximum size of the group.
public CreateAutoScalingGroupRequest withMaxSize(Integer maxSize)
The maximum size of the group.
maxSize
- The maximum size of the group.public void setDesiredCapacity(Integer desiredCapacity)
The number of EC2 instances that should be running in the group. This number must be greater than or equal to the minimum size of the group and less than or equal to the maximum size of the group. If you do not specify a desired capacity, the default is the minimum size of the group.
desiredCapacity
- The number of EC2 instances that should be running in the group. This number must be greater than or equal
to the minimum size of the group and less than or equal to the maximum size of the group. If you do not
specify a desired capacity, the default is the minimum size of the group.public Integer getDesiredCapacity()
The number of EC2 instances that should be running in the group. This number must be greater than or equal to the minimum size of the group and less than or equal to the maximum size of the group. If you do not specify a desired capacity, the default is the minimum size of the group.
public CreateAutoScalingGroupRequest withDesiredCapacity(Integer desiredCapacity)
The number of EC2 instances that should be running in the group. This number must be greater than or equal to the minimum size of the group and less than or equal to the maximum size of the group. If you do not specify a desired capacity, the default is the minimum size of the group.
desiredCapacity
- The number of EC2 instances that should be running in the group. This number must be greater than or equal
to the minimum size of the group and less than or equal to the maximum size of the group. If you do not
specify a desired capacity, the default is the minimum size of the group.public void setDefaultCooldown(Integer defaultCooldown)
The amount of time, in seconds, after a scaling activity completes before another scaling activity can start. The default is 300.
For more information, see Auto Scaling Cooldowns in the Auto Scaling User Guide.
defaultCooldown
- The amount of time, in seconds, after a scaling activity completes before another scaling activity can
start. The default is 300.
For more information, see Auto Scaling Cooldowns in the Auto Scaling User Guide.
public Integer getDefaultCooldown()
The amount of time, in seconds, after a scaling activity completes before another scaling activity can start. The default is 300.
For more information, see Auto Scaling Cooldowns in the Auto Scaling User Guide.
For more information, see Auto Scaling Cooldowns in the Auto Scaling User Guide.
public CreateAutoScalingGroupRequest withDefaultCooldown(Integer defaultCooldown)
The amount of time, in seconds, after a scaling activity completes before another scaling activity can start. The default is 300.
For more information, see Auto Scaling Cooldowns in the Auto Scaling User Guide.
defaultCooldown
- The amount of time, in seconds, after a scaling activity completes before another scaling activity can
start. The default is 300.
For more information, see Auto Scaling Cooldowns in the Auto Scaling User Guide.
public List<String> getAvailabilityZones()
One or more Availability Zones for the group. This parameter is optional if you specify one or more subnets.
public void setAvailabilityZones(Collection<String> availabilityZones)
One or more Availability Zones for the group. This parameter is optional if you specify one or more subnets.
availabilityZones
- One or more Availability Zones for the group. This parameter is optional if you specify one or more
subnets.public CreateAutoScalingGroupRequest withAvailabilityZones(String... availabilityZones)
One or more Availability Zones for the group. This parameter is optional if you specify one or more subnets.
NOTE: This method appends the values to the existing list (if any). Use
setAvailabilityZones(java.util.Collection)
or withAvailabilityZones(java.util.Collection)
if
you want to override the existing values.
availabilityZones
- One or more Availability Zones for the group. This parameter is optional if you specify one or more
subnets.public CreateAutoScalingGroupRequest withAvailabilityZones(Collection<String> availabilityZones)
One or more Availability Zones for the group. This parameter is optional if you specify one or more subnets.
availabilityZones
- One or more Availability Zones for the group. This parameter is optional if you specify one or more
subnets.public List<String> getLoadBalancerNames()
One or more Classic Load Balancers. To specify an Application Load Balancer, use TargetGroupARNs
instead.
For more information, see Using a Load Balancer With an Auto Scaling Group in the Auto Scaling User Guide.
TargetGroupARNs
instead.
For more information, see Using a Load Balancer With an Auto Scaling Group in the Auto Scaling User Guide.
public void setLoadBalancerNames(Collection<String> loadBalancerNames)
One or more Classic Load Balancers. To specify an Application Load Balancer, use TargetGroupARNs
instead.
For more information, see Using a Load Balancer With an Auto Scaling Group in the Auto Scaling User Guide.
loadBalancerNames
- One or more Classic Load Balancers. To specify an Application Load Balancer, use
TargetGroupARNs
instead.
For more information, see Using a Load Balancer With an Auto Scaling Group in the Auto Scaling User Guide.
public CreateAutoScalingGroupRequest withLoadBalancerNames(String... loadBalancerNames)
One or more Classic Load Balancers. To specify an Application Load Balancer, use TargetGroupARNs
instead.
For more information, see Using a Load Balancer With an Auto Scaling Group in the Auto Scaling User Guide.
NOTE: This method appends the values to the existing list (if any). Use
setLoadBalancerNames(java.util.Collection)
or withLoadBalancerNames(java.util.Collection)
if
you want to override the existing values.
loadBalancerNames
- One or more Classic Load Balancers. To specify an Application Load Balancer, use
TargetGroupARNs
instead.
For more information, see Using a Load Balancer With an Auto Scaling Group in the Auto Scaling User Guide.
public CreateAutoScalingGroupRequest withLoadBalancerNames(Collection<String> loadBalancerNames)
One or more Classic Load Balancers. To specify an Application Load Balancer, use TargetGroupARNs
instead.
For more information, see Using a Load Balancer With an Auto Scaling Group in the Auto Scaling User Guide.
loadBalancerNames
- One or more Classic Load Balancers. To specify an Application Load Balancer, use
TargetGroupARNs
instead.
For more information, see Using a Load Balancer With an Auto Scaling Group in the Auto Scaling User Guide.
public List<String> getTargetGroupARNs()
The Amazon Resource Names (ARN) of the target groups.
public void setTargetGroupARNs(Collection<String> targetGroupARNs)
The Amazon Resource Names (ARN) of the target groups.
targetGroupARNs
- The Amazon Resource Names (ARN) of the target groups.public CreateAutoScalingGroupRequest withTargetGroupARNs(String... targetGroupARNs)
The Amazon Resource Names (ARN) of the target groups.
NOTE: This method appends the values to the existing list (if any). Use
setTargetGroupARNs(java.util.Collection)
or withTargetGroupARNs(java.util.Collection)
if you
want to override the existing values.
targetGroupARNs
- The Amazon Resource Names (ARN) of the target groups.public CreateAutoScalingGroupRequest withTargetGroupARNs(Collection<String> targetGroupARNs)
The Amazon Resource Names (ARN) of the target groups.
targetGroupARNs
- The Amazon Resource Names (ARN) of the target groups.public void setHealthCheckType(String healthCheckType)
The service to use for the health checks. The valid values are EC2
and ELB
.
By default, health checks use Amazon EC2 instance status checks to determine the health of an instance. For more information, see Health Checks in the Auto Scaling User Guide.
healthCheckType
- The service to use for the health checks. The valid values are EC2
and ELB
.
By default, health checks use Amazon EC2 instance status checks to determine the health of an instance. For more information, see Health Checks in the Auto Scaling User Guide.
public String getHealthCheckType()
The service to use for the health checks. The valid values are EC2
and ELB
.
By default, health checks use Amazon EC2 instance status checks to determine the health of an instance. For more information, see Health Checks in the Auto Scaling User Guide.
EC2
and ELB
.
By default, health checks use Amazon EC2 instance status checks to determine the health of an instance. For more information, see Health Checks in the Auto Scaling User Guide.
public CreateAutoScalingGroupRequest withHealthCheckType(String healthCheckType)
The service to use for the health checks. The valid values are EC2
and ELB
.
By default, health checks use Amazon EC2 instance status checks to determine the health of an instance. For more information, see Health Checks in the Auto Scaling User Guide.
healthCheckType
- The service to use for the health checks. The valid values are EC2
and ELB
.
By default, health checks use Amazon EC2 instance status checks to determine the health of an instance. For more information, see Health Checks in the Auto Scaling User Guide.
public void setHealthCheckGracePeriod(Integer healthCheckGracePeriod)
The amount of time, in seconds, that Auto Scaling waits before checking the health status of an EC2 instance that has come into service. During this time, any health check failures for the instance are ignored. The default is 0.
This parameter is required if you are adding an ELB
health check.
For more information, see Health Checks in the Auto Scaling User Guide.
healthCheckGracePeriod
- The amount of time, in seconds, that Auto Scaling waits before checking the health status of an EC2
instance that has come into service. During this time, any health check failures for the instance are
ignored. The default is 0.
This parameter is required if you are adding an ELB
health check.
For more information, see Health Checks in the Auto Scaling User Guide.
public Integer getHealthCheckGracePeriod()
The amount of time, in seconds, that Auto Scaling waits before checking the health status of an EC2 instance that has come into service. During this time, any health check failures for the instance are ignored. The default is 0.
This parameter is required if you are adding an ELB
health check.
For more information, see Health Checks in the Auto Scaling User Guide.
This parameter is required if you are adding an ELB
health check.
For more information, see Health Checks in the Auto Scaling User Guide.
public CreateAutoScalingGroupRequest withHealthCheckGracePeriod(Integer healthCheckGracePeriod)
The amount of time, in seconds, that Auto Scaling waits before checking the health status of an EC2 instance that has come into service. During this time, any health check failures for the instance are ignored. The default is 0.
This parameter is required if you are adding an ELB
health check.
For more information, see Health Checks in the Auto Scaling User Guide.
healthCheckGracePeriod
- The amount of time, in seconds, that Auto Scaling waits before checking the health status of an EC2
instance that has come into service. During this time, any health check failures for the instance are
ignored. The default is 0.
This parameter is required if you are adding an ELB
health check.
For more information, see Health Checks in the Auto Scaling User Guide.
public void setPlacementGroup(String placementGroup)
The name of the placement group into which you'll launch your instances, if any. For more information, see Placement Groups in the Amazon Elastic Compute Cloud User Guide.
placementGroup
- The name of the placement group into which you'll launch your instances, if any. For more information, see
Placement Groups in
the Amazon Elastic Compute Cloud User Guide.public String getPlacementGroup()
The name of the placement group into which you'll launch your instances, if any. For more information, see Placement Groups in the Amazon Elastic Compute Cloud User Guide.
public CreateAutoScalingGroupRequest withPlacementGroup(String placementGroup)
The name of the placement group into which you'll launch your instances, if any. For more information, see Placement Groups in the Amazon Elastic Compute Cloud User Guide.
placementGroup
- The name of the placement group into which you'll launch your instances, if any. For more information, see
Placement Groups in
the Amazon Elastic Compute Cloud User Guide.public void setVPCZoneIdentifier(String vPCZoneIdentifier)
A comma-separated list of subnet identifiers for your virtual private cloud (VPC).
If you specify subnets and Availability Zones with this call, ensure that the subnets' Availability Zones match the Availability Zones specified.
For more information, see Launching Auto Scaling Instances in a VPC in the Auto Scaling User Guide.
vPCZoneIdentifier
- A comma-separated list of subnet identifiers for your virtual private cloud (VPC).
If you specify subnets and Availability Zones with this call, ensure that the subnets' Availability Zones match the Availability Zones specified.
For more information, see Launching Auto Scaling Instances in a VPC in the Auto Scaling User Guide.
public String getVPCZoneIdentifier()
A comma-separated list of subnet identifiers for your virtual private cloud (VPC).
If you specify subnets and Availability Zones with this call, ensure that the subnets' Availability Zones match the Availability Zones specified.
For more information, see Launching Auto Scaling Instances in a VPC in the Auto Scaling User Guide.
If you specify subnets and Availability Zones with this call, ensure that the subnets' Availability Zones match the Availability Zones specified.
For more information, see Launching Auto Scaling Instances in a VPC in the Auto Scaling User Guide.
public CreateAutoScalingGroupRequest withVPCZoneIdentifier(String vPCZoneIdentifier)
A comma-separated list of subnet identifiers for your virtual private cloud (VPC).
If you specify subnets and Availability Zones with this call, ensure that the subnets' Availability Zones match the Availability Zones specified.
For more information, see Launching Auto Scaling Instances in a VPC in the Auto Scaling User Guide.
vPCZoneIdentifier
- A comma-separated list of subnet identifiers for your virtual private cloud (VPC).
If you specify subnets and Availability Zones with this call, ensure that the subnets' Availability Zones match the Availability Zones specified.
For more information, see Launching Auto Scaling Instances in a VPC in the Auto Scaling User Guide.
public List<String> getTerminationPolicies()
One or more termination policies used to select the instance to terminate. These policies are executed in the order that they are listed.
For more information, see Controlling Which Instances Auto Scaling Terminates During Scale In in the Auto Scaling User Guide.
For more information, see Controlling Which Instances Auto Scaling Terminates During Scale In in the Auto Scaling User Guide.
public void setTerminationPolicies(Collection<String> terminationPolicies)
One or more termination policies used to select the instance to terminate. These policies are executed in the order that they are listed.
For more information, see Controlling Which Instances Auto Scaling Terminates During Scale In in the Auto Scaling User Guide.
terminationPolicies
- One or more termination policies used to select the instance to terminate. These policies are executed in
the order that they are listed.
For more information, see Controlling Which Instances Auto Scaling Terminates During Scale In in the Auto Scaling User Guide.
public CreateAutoScalingGroupRequest withTerminationPolicies(String... terminationPolicies)
One or more termination policies used to select the instance to terminate. These policies are executed in the order that they are listed.
For more information, see Controlling Which Instances Auto Scaling Terminates During Scale In in the Auto Scaling User Guide.
NOTE: This method appends the values to the existing list (if any). Use
setTerminationPolicies(java.util.Collection)
or withTerminationPolicies(java.util.Collection)
if you want to override the existing values.
terminationPolicies
- One or more termination policies used to select the instance to terminate. These policies are executed in
the order that they are listed.
For more information, see Controlling Which Instances Auto Scaling Terminates During Scale In in the Auto Scaling User Guide.
public CreateAutoScalingGroupRequest withTerminationPolicies(Collection<String> terminationPolicies)
One or more termination policies used to select the instance to terminate. These policies are executed in the order that they are listed.
For more information, see Controlling Which Instances Auto Scaling Terminates During Scale In in the Auto Scaling User Guide.
terminationPolicies
- One or more termination policies used to select the instance to terminate. These policies are executed in
the order that they are listed.
For more information, see Controlling Which Instances Auto Scaling Terminates During Scale In in the Auto Scaling User Guide.
public void setNewInstancesProtectedFromScaleIn(Boolean newInstancesProtectedFromScaleIn)
Indicates whether newly launched instances are protected from termination by Auto Scaling when scaling in.
newInstancesProtectedFromScaleIn
- Indicates whether newly launched instances are protected from termination by Auto Scaling when scaling in.public Boolean getNewInstancesProtectedFromScaleIn()
Indicates whether newly launched instances are protected from termination by Auto Scaling when scaling in.
public CreateAutoScalingGroupRequest withNewInstancesProtectedFromScaleIn(Boolean newInstancesProtectedFromScaleIn)
Indicates whether newly launched instances are protected from termination by Auto Scaling when scaling in.
newInstancesProtectedFromScaleIn
- Indicates whether newly launched instances are protected from termination by Auto Scaling when scaling in.public Boolean isNewInstancesProtectedFromScaleIn()
Indicates whether newly launched instances are protected from termination by Auto Scaling when scaling in.
public List<LifecycleHookSpecification> getLifecycleHookSpecificationList()
One or more lifecycle hooks.
public void setLifecycleHookSpecificationList(Collection<LifecycleHookSpecification> lifecycleHookSpecificationList)
One or more lifecycle hooks.
lifecycleHookSpecificationList
- One or more lifecycle hooks.public CreateAutoScalingGroupRequest withLifecycleHookSpecificationList(LifecycleHookSpecification... lifecycleHookSpecificationList)
One or more lifecycle hooks.
NOTE: This method appends the values to the existing list (if any). Use
setLifecycleHookSpecificationList(java.util.Collection)
or
withLifecycleHookSpecificationList(java.util.Collection)
if you want to override the existing values.
lifecycleHookSpecificationList
- One or more lifecycle hooks.public CreateAutoScalingGroupRequest withLifecycleHookSpecificationList(Collection<LifecycleHookSpecification> lifecycleHookSpecificationList)
One or more lifecycle hooks.
lifecycleHookSpecificationList
- One or more lifecycle hooks.public List<Tag> getTags()
One or more tags.
For more information, see Tagging Auto Scaling Groups and Instances in the Auto Scaling User Guide.
For more information, see Tagging Auto Scaling Groups and Instances in the Auto Scaling User Guide.
public void setTags(Collection<Tag> tags)
One or more tags.
For more information, see Tagging Auto Scaling Groups and Instances in the Auto Scaling User Guide.
tags
- One or more tags.
For more information, see Tagging Auto Scaling Groups and Instances in the Auto Scaling User Guide.
public CreateAutoScalingGroupRequest withTags(Tag... tags)
One or more tags.
For more information, see Tagging Auto Scaling Groups and Instances in the Auto Scaling User Guide.
NOTE: This method appends the values to the existing list (if any). Use
setTags(java.util.Collection)
or withTags(java.util.Collection)
if you want to override the
existing values.
tags
- One or more tags.
For more information, see Tagging Auto Scaling Groups and Instances in the Auto Scaling User Guide.
public CreateAutoScalingGroupRequest withTags(Collection<Tag> tags)
One or more tags.
For more information, see Tagging Auto Scaling Groups and Instances in the Auto Scaling User Guide.
tags
- One or more tags.
For more information, see Tagging Auto Scaling Groups and Instances in the Auto Scaling User Guide.
public String toString()
toString
in class Object
Object.toString()
public CreateAutoScalingGroupRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.