@Generated(value="software.amazon.awssdk:codegen") public final class UpdateAutoScalingGroupRequest extends AutoScalingRequest implements ToCopyableBuilder<UpdateAutoScalingGroupRequest.Builder,UpdateAutoScalingGroupRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateAutoScalingGroupRequest.Builder |
| Modifier and Type | Method and 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) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
healthCheckGracePeriod()
The amount of time, in seconds, that Amazon EC2 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.
|
LaunchTemplateSpecification |
launchTemplate()
The launch template and version to use to specify the updates.
|
Integer |
maxSize()
The maximum size of the Auto Scaling group.
|
Integer |
minSize()
The minimum size of the Auto Scaling group.
|
MixedInstancesPolicy |
mixedInstancesPolicy()
The mixed instances policy to use to specify the updates.
|
Boolean |
newInstancesProtectedFromScaleIn()
Indicates whether newly launched instances are protected from termination by Amazon EC2 Auto Scaling when scaling
in.
|
String |
placementGroup()
The name of the placement group into which to launch your instances, if any.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateAutoScalingGroupRequest.Builder> |
serializableBuilderClass() |
String |
serviceLinkedRoleARN()
The Amazon Resource Name (ARN) of the service-linked role that the Auto Scaling group uses to call other AWS
services on your behalf.
|
List<String> |
terminationPolicies()
A standalone termination policy or a list of termination policies used to select the instance to terminate.
|
UpdateAutoScalingGroupRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
vpcZoneIdentifier()
A comma-separated list of subnet IDs, if you are launching into a VPC.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String autoScalingGroupName()
The name of the Auto Scaling group.
public String launchConfigurationName()
The name of the launch configuration. If you specify this parameter, you can't specify a launch template or a mixed instances policy.
public LaunchTemplateSpecification launchTemplate()
The launch template and version to use to specify the updates. If you specify this parameter, you can't specify a launch configuration or a mixed instances policy.
public MixedInstancesPolicy mixedInstancesPolicy()
The mixed instances policy to use to specify the updates. If you specify this parameter, you can't specify a launch configuration or a launch template.
For more information, see Using Multiple Instance Types and Purchase Options in the Amazon EC2 Auto Scaling User Guide.
For more information, see Using Multiple Instance Types and Purchase Options in the Amazon EC2 Auto Scaling User Guide.
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 value is 300.
For more information, see Scaling Cooldowns in the Amazon EC2 Auto Scaling User Guide.
300.
For more information, see Scaling Cooldowns in the Amazon EC2 Auto Scaling User Guide.
public List<String> availabilityZones()
One or more Availability Zones for the group.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
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 Amazon EC2 Auto Scaling waits before checking the health status of an EC2
instance that has come into service. The default value is 0.
For more information, see Health Checks for Auto Scaling Instances in the Amazon EC2 Auto Scaling User Guide.
Conditional: This parameter is required if you are adding an ELB health check.
0.
For more information, see Health Checks for Auto Scaling Instances in the Amazon EC2 Auto Scaling User Guide.
Conditional: This parameter is required if you are adding an ELB health check.
public String placementGroup()
The name of the placement group into which to launch your instances, if any. A placement group is a logical grouping of instances within a single Availability Zone. You cannot specify multiple Availability Zones and a placement group. For more information, see Placement Groups in the Amazon EC2 User Guide for Linux Instances.
public String vpcZoneIdentifier()
A comma-separated list of subnet IDs, if you are launching into a VPC.
If you specify VPCZoneIdentifier with AvailabilityZones, the subnets that you specify
for this parameter must reside in those Availability Zones.
If you specify VPCZoneIdentifier with AvailabilityZones, the subnets that you
specify for this parameter must reside in those Availability Zones.
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 Amazon EC2 Auto Scaling User Guide.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
For more information, see Controlling Which Instances Auto Scaling Terminates During Scale In in the Amazon EC2 Auto Scaling User Guide.
public Boolean newInstancesProtectedFromScaleIn()
Indicates whether newly launched instances are protected from termination by Amazon EC2 Auto Scaling when scaling in.
For more information about preventing instances from terminating on scale in, see Instance Protection in the Amazon EC2 Auto Scaling User Guide.
For more information about preventing instances from terminating on scale in, see Instance Protection in the Amazon EC2 Auto Scaling User Guide.
public String serviceLinkedRoleARN()
The Amazon Resource Name (ARN) of the service-linked role that the Auto Scaling group uses to call other AWS services on your behalf. For more information, see Service-Linked Roles in the Amazon EC2 Auto Scaling User Guide.
public UpdateAutoScalingGroupRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateAutoScalingGroupRequest.Builder,UpdateAutoScalingGroupRequest>toBuilder in class AutoScalingRequestpublic static UpdateAutoScalingGroupRequest.Builder builder()
public static Class<? extends UpdateAutoScalingGroupRequest.Builder> serializableBuilderClass()
public String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2019. All rights reserved.