Class CreateAutoScalingGroupRequest
- All Implemented Interfaces:
ReadLimitInfo
,Serializable
,Cloneable
- See Also:
-
Field Summary
Fields inherited from class com.amazonaws.AmazonWebServiceRequest
NOOP
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
Creates a shallow clone of this request.boolean
The name of the group.One or more Availability Zones for the group.The amount of time, in seconds, after a scaling activity completes before another scaling activity can start.The number of EC2 instances that should be running in the group.The amount of time, in seconds, that Auto Scaling waits before checking the health status of an EC2 instance that has come into service.The service to use for the health checks.The ID of the instance used to create a launch configuration for the group.The name of the launch configuration.One or more load balancers.The maximum size of the group.The minimum size of the group.Indicates whether newly launched instances are protected from termination by Auto Scaling when scaling in.The name of the placement group into which you'll launch your instances, if any.getTags()
One or more tags.One or more termination policies used to select the instance to terminate.A comma-separated list of subnet identifiers for your virtual private cloud (VPC).int
hashCode()
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
setLoadBalancerNames
(Collection<String> loadBalancerNames) One or more 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
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).toString()
Returns a string representation of this object; useful for testing and debugging.withAutoScalingGroupName
(String autoScalingGroupName) The name of the group.withAvailabilityZones
(String... availabilityZones) One or more Availability Zones for the group.withAvailabilityZones
(Collection<String> availabilityZones) One or more Availability Zones for the group.withDefaultCooldown
(Integer defaultCooldown) The amount of time, in seconds, after a scaling activity completes before another scaling activity can start.withDesiredCapacity
(Integer desiredCapacity) The number of EC2 instances that should be running in the group.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.withHealthCheckType
(String healthCheckType) The service to use for the health checks.withInstanceId
(String instanceId) The ID of the instance used to create a launch configuration for the group.withLaunchConfigurationName
(String launchConfigurationName) The name of the launch configuration.withLoadBalancerNames
(String... loadBalancerNames) One or more load balancers.withLoadBalancerNames
(Collection<String> loadBalancerNames) One or more load balancers.withMaxSize
(Integer maxSize) The maximum size of the group.withMinSize
(Integer minSize) The minimum size of the group.withNewInstancesProtectedFromScaleIn
(Boolean newInstancesProtectedFromScaleIn) Indicates whether newly launched instances are protected from termination by Auto Scaling when scaling in.withPlacementGroup
(String placementGroup) The name of the placement group into which you'll launch your instances, if any.One or more tags.withTags
(Collection<Tag> tags) One or more tags.withTerminationPolicies
(String... terminationPolicies) One or more termination policies used to select the instance to terminate.withTerminationPolicies
(Collection<String> terminationPolicies) One or more termination policies used to select the instance to terminate.withVPCZoneIdentifier
(String vPCZoneIdentifier) A comma-separated list of subnet identifiers for your virtual private cloud (VPC).Methods inherited from class com.amazonaws.AmazonWebServiceRequest
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
-
Constructor Details
-
CreateAutoScalingGroupRequest
public CreateAutoScalingGroupRequest()
-
-
Method Details
-
setAutoScalingGroupName
The name of the group. This name must be unique within the scope of your AWS account.
- Parameters:
autoScalingGroupName
- The name of the group. This name must be unique within the scope of your AWS account.
-
getAutoScalingGroupName
The name of the group. This name must be unique within the scope of your AWS account.
- Returns:
- The name of the group. This name must be unique within the scope of your AWS account.
-
withAutoScalingGroupName
The name of the group. This name must be unique within the scope of your AWS account.
- Parameters:
autoScalingGroupName
- The name of the group. This name must be unique within the scope of your AWS account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setLaunchConfigurationName
The name of the launch configuration. Alternatively, specify an EC2 instance instead of a launch configuration.
- Parameters:
launchConfigurationName
- The name of the launch configuration. Alternatively, specify an EC2 instance instead of a launch configuration.
-
getLaunchConfigurationName
The name of the launch configuration. Alternatively, specify an EC2 instance instead of a launch configuration.
- Returns:
- The name of the launch configuration. Alternatively, specify an EC2 instance instead of a launch configuration.
-
withLaunchConfigurationName
The name of the launch configuration. Alternatively, specify an EC2 instance instead of a launch configuration.
- Parameters:
launchConfigurationName
- The name of the launch configuration. Alternatively, specify an EC2 instance instead of a launch configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setInstanceId
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 Developer Guide.
- Parameters:
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 Developer Guide.
-
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 Developer Guide.
- Returns:
- 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 Developer Guide.
-
withInstanceId
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 Developer Guide.
- Parameters:
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 Developer Guide.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setMinSize
The minimum size of the group.
- Parameters:
minSize
- The minimum size of the group.
-
getMinSize
The minimum size of the group.
- Returns:
- The minimum size of the group.
-
withMinSize
The minimum size of the group.
- Parameters:
minSize
- The minimum size of the group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setMaxSize
The maximum size of the group.
- Parameters:
maxSize
- The maximum size of the group.
-
getMaxSize
The maximum size of the group.
- Returns:
- The maximum size of the group.
-
withMaxSize
The maximum size of the group.
- Parameters:
maxSize
- The maximum size of the group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setDesiredCapacity
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.
- Parameters:
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.
-
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.
- Returns:
- 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.
-
withDesiredCapacity
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setDefaultCooldown
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 Developer Guide.
- Parameters:
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 Developer Guide.
-
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 Developer Guide.
- Returns:
- 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 Developer Guide.
-
withDefaultCooldown
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 Developer Guide.
- Parameters:
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 Developer Guide.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
getAvailabilityZones
One or more Availability Zones for the group. This parameter is optional if you specify one or more subnets.
- Returns:
- One or more Availability Zones for the group. This parameter is optional if you specify one or more subnets.
-
setAvailabilityZones
One or more Availability Zones for the group. This parameter is optional if you specify one or more subnets.
- Parameters:
availabilityZones
- One or more Availability Zones for the group. This parameter is optional if you specify one or more subnets.
-
withAvailabilityZones
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)
orwithAvailabilityZones(java.util.Collection)
if you want to override the existing values.- Parameters:
availabilityZones
- One or more Availability Zones for the group. This parameter is optional if you specify one or more subnets.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withAvailabilityZones
One or more Availability Zones for the group. This parameter is optional if you specify one or more subnets.
- Parameters:
availabilityZones
- One or more Availability Zones for the group. This parameter is optional if you specify one or more subnets.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
getLoadBalancerNames
One or more load balancers.
For more information, see Using a Load Balancer With an Auto Scaling Group in the Auto Scaling Developer Guide.
- Returns:
- One or more load balancers.
For more information, see Using a Load Balancer With an Auto Scaling Group in the Auto Scaling Developer Guide.
-
setLoadBalancerNames
One or more load balancers.
For more information, see Using a Load Balancer With an Auto Scaling Group in the Auto Scaling Developer Guide.
- Parameters:
loadBalancerNames
- One or more load balancers.For more information, see Using a Load Balancer With an Auto Scaling Group in the Auto Scaling Developer Guide.
-
withLoadBalancerNames
One or more load balancers.
For more information, see Using a Load Balancer With an Auto Scaling Group in the Auto Scaling Developer Guide.
NOTE: This method appends the values to the existing list (if any). Use
setLoadBalancerNames(java.util.Collection)
orwithLoadBalancerNames(java.util.Collection)
if you want to override the existing values.- Parameters:
loadBalancerNames
- One or more load balancers.For more information, see Using a Load Balancer With an Auto Scaling Group in the Auto Scaling Developer Guide.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withLoadBalancerNames
One or more load balancers.
For more information, see Using a Load Balancer With an Auto Scaling Group in the Auto Scaling Developer Guide.
- Parameters:
loadBalancerNames
- One or more load balancers.For more information, see Using a Load Balancer With an Auto Scaling Group in the Auto Scaling Developer Guide.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setHealthCheckType
The service to use for the health checks. The valid values are
EC2
andELB
.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 Developer Guide.
- Parameters:
healthCheckType
- The service to use for the health checks. The valid values areEC2
andELB
.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 Developer Guide.
-
getHealthCheckType
The service to use for the health checks. The valid values are
EC2
andELB
.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 Developer Guide.
- Returns:
- The service to use for the health checks. The valid values are
EC2
andELB
.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 Developer Guide.
-
withHealthCheckType
The service to use for the health checks. The valid values are
EC2
andELB
.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 Developer Guide.
- Parameters:
healthCheckType
- The service to use for the health checks. The valid values areEC2
andELB
.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 Developer Guide.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setHealthCheckGracePeriod
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 300.
This parameter is required if you are adding an
ELB
health check.For more information, see Health Checks in the Auto Scaling Developer Guide.
- Parameters:
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 300.This parameter is required if you are adding an
ELB
health check.For more information, see Health Checks in the Auto Scaling Developer Guide.
-
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 300.
This parameter is required if you are adding an
ELB
health check.For more information, see Health Checks in the Auto Scaling Developer Guide.
- Returns:
- 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 300.
This parameter is required if you are adding an
ELB
health check.For more information, see Health Checks in the Auto Scaling Developer Guide.
-
withHealthCheckGracePeriod
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 300.
This parameter is required if you are adding an
ELB
health check.For more information, see Health Checks in the Auto Scaling Developer Guide.
- Parameters:
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 300.This parameter is required if you are adding an
ELB
health check.For more information, see Health Checks in the Auto Scaling Developer Guide.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setPlacementGroup
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.
- Parameters:
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.
-
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.
- Returns:
- 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.
-
withPlacementGroup
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setVPCZoneIdentifier
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 Developer Guide.
- Parameters:
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 Developer Guide.
-
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 Developer Guide.
- Returns:
- 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 Developer Guide.
-
withVPCZoneIdentifier
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 Developer Guide.
- Parameters:
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 Developer Guide.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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 Developer Guide.
- Returns:
- 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 Developer Guide.
-
setTerminationPolicies
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 Developer Guide.
- Parameters:
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 Developer Guide.
-
withTerminationPolicies
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 Developer Guide.
NOTE: This method appends the values to the existing list (if any). Use
setTerminationPolicies(java.util.Collection)
orwithTerminationPolicies(java.util.Collection)
if you want to override the existing values.- Parameters:
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 Developer Guide.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withTerminationPolicies
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 Developer Guide.
- Parameters:
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 Developer Guide.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setNewInstancesProtectedFromScaleIn
Indicates whether newly launched instances are protected from termination by Auto Scaling when scaling in.
- Parameters:
newInstancesProtectedFromScaleIn
- Indicates whether newly launched instances are protected from termination by Auto Scaling when scaling in.
-
getNewInstancesProtectedFromScaleIn
Indicates whether newly launched instances are protected from termination by Auto Scaling when scaling in.
- Returns:
- Indicates whether newly launched instances are protected from termination by Auto Scaling when scaling in.
-
withNewInstancesProtectedFromScaleIn
public CreateAutoScalingGroupRequest withNewInstancesProtectedFromScaleIn(Boolean newInstancesProtectedFromScaleIn) Indicates whether newly launched instances are protected from termination by Auto Scaling when scaling in.
- Parameters:
newInstancesProtectedFromScaleIn
- Indicates whether newly launched instances are protected from termination by Auto Scaling when scaling in.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
isNewInstancesProtectedFromScaleIn
Indicates whether newly launched instances are protected from termination by Auto Scaling when scaling in.
- Returns:
- Indicates whether newly launched instances are protected from termination by Auto Scaling when scaling in.
-
getTags
One or more tags.
For more information, see Tagging Auto Scaling Groups and Instances in the Auto Scaling Developer Guide.
- Returns:
- One or more tags.
For more information, see Tagging Auto Scaling Groups and Instances in the Auto Scaling Developer Guide.
-
setTags
One or more tags.
For more information, see Tagging Auto Scaling Groups and Instances in the Auto Scaling Developer Guide.
- Parameters:
tags
- One or more tags.For more information, see Tagging Auto Scaling Groups and Instances in the Auto Scaling Developer Guide.
-
withTags
One or more tags.
For more information, see Tagging Auto Scaling Groups and Instances in the Auto Scaling Developer Guide.
NOTE: This method appends the values to the existing list (if any). Use
setTags(java.util.Collection)
orwithTags(java.util.Collection)
if you want to override the existing values.- Parameters:
tags
- One or more tags.For more information, see Tagging Auto Scaling Groups and Instances in the Auto Scaling Developer Guide.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withTags
One or more tags.
For more information, see Tagging Auto Scaling Groups and Instances in the Auto Scaling Developer Guide.
- Parameters:
tags
- One or more tags.For more information, see Tagging Auto Scaling Groups and Instances in the Auto Scaling Developer Guide.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
Description copied from class:AmazonWebServiceRequest
Creates a shallow clone of this request. Explicitly does not clone the deep structure of the request object.- Overrides:
clone
in classAmazonWebServiceRequest
- See Also:
-