Cloneable
, ReadLimitInfo
, ToCopyableBuilder<UpdateAutoScalingGroupRequest.Builder,UpdateAutoScalingGroupRequest>
@Generated("software.amazon.awssdk:codegen") public class UpdateAutoScalingGroupRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<UpdateAutoScalingGroupRequest.Builder,UpdateAutoScalingGroupRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
UpdateAutoScalingGroupRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
String |
autoScalingGroupName() |
The name of the Auto Scaling group.
|
List<String> |
availabilityZones() |
One or more Availability Zones for the group.
|
static UpdateAutoScalingGroupRequest.Builder |
builder() |
|
Integer |
defaultCooldown() |
The amount of time, in seconds, after a scaling activity completes before another scaling activity can start.
|
Integer |
desiredCapacity() |
The number of EC2 instances that should be running in the Auto Scaling group.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
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.
|
String |
healthCheckType() |
The service to use for the health checks.
|
String |
launchConfigurationName() |
The name of the launch configuration.
|
Integer |
maxSize() |
The maximum size of the Auto Scaling group.
|
Integer |
minSize() |
The minimum size of the Auto Scaling group.
|
Boolean |
newInstancesProtectedFromScaleIn() |
Indicates whether newly launched instances are protected from termination by Auto Scaling when scaling in.
|
String |
placementGroup() |
The name of the placement group into which you'll launch your instances, if any.
|
static Class<? extends UpdateAutoScalingGroupRequest.Builder> |
serializableBuilderClass() |
|
List<String> |
terminationPolicies() |
A standalone termination policy or a list of termination policies used to select the instance to terminate.
|
UpdateAutoScalingGroupRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
String |
vpcZoneIdentifier() |
The ID of the subnet, if you are launching into a VPC.
|
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String autoScalingGroupName()
The name of the Auto Scaling group.
public String launchConfigurationName()
The name of the launch configuration.
public Integer minSize()
The minimum size of the Auto Scaling group.
public Integer maxSize()
The maximum size of the Auto Scaling group.
public Integer desiredCapacity()
The number of EC2 instances that should be running in the Auto Scaling 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.
public 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.
For more information, see Auto Scaling Cooldowns in the Auto Scaling User Guide.
public List<String> availabilityZones()
One or more Availability Zones for the group.
public String healthCheckType()
The service to use for the health checks. The valid values are EC2
and ELB
.
EC2
and ELB
.public 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. The default is 0.
For more information, see Health Checks in the Auto Scaling User Guide.
For more information, see Health Checks in the Auto Scaling User Guide.
public 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.
public String vpcZoneIdentifier()
The ID of the subnet, if you are launching into a VPC. You can specify several subnets in a comma-separated list.
When you specify VPCZoneIdentifier
with AvailabilityZones
, ensure that the subnets'
Availability Zones match the values you specify for AvailabilityZones
.
For more information, see Launching Auto Scaling Instances in a VPC in the Auto Scaling User Guide.
When you specify VPCZoneIdentifier
with AvailabilityZones
, ensure that the
subnets' Availability Zones match the values you specify for AvailabilityZones
.
For more information, see Launching Auto Scaling Instances in a VPC in the Auto Scaling User Guide.
public List<String> terminationPolicies()
A standalone termination policy or a list of termination policies used to select the instance to terminate. The 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 Boolean newInstancesProtectedFromScaleIn()
Indicates whether newly launched instances are protected from termination by Auto Scaling when scaling in.
public UpdateAutoScalingGroupRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<UpdateAutoScalingGroupRequest.Builder,UpdateAutoScalingGroupRequest>
public static UpdateAutoScalingGroupRequest.Builder builder()
public static Class<? extends UpdateAutoScalingGroupRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.