Cloneable
, ReadLimitInfo
, ToCopyableBuilder<CreateAutoScalingGroupRequest.Builder,CreateAutoScalingGroupRequest>
@Generated("software.amazon.awssdk:codegen") public class CreateAutoScalingGroupRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<CreateAutoScalingGroupRequest.Builder,CreateAutoScalingGroupRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
CreateAutoScalingGroupRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
String |
autoScalingGroupName() |
The name of the group.
|
List<String> |
availabilityZones() |
One or more Availability Zones for the group.
|
static CreateAutoScalingGroupRequest.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 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 |
instanceId() |
The ID of the instance used to create a launch configuration for the group.
|
String |
launchConfigurationName() |
The name of the launch configuration.
|
List<String> |
loadBalancerNames() |
One or more Classic Load Balancers.
|
Integer |
maxSize() |
The maximum size of the group.
|
Integer |
minSize() |
The minimum size of the 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 CreateAutoScalingGroupRequest.Builder> |
serializableBuilderClass() |
|
List<Tag> |
tags() |
One or more tags.
|
List<String> |
targetGroupARNs() |
The Amazon Resource Names (ARN) of the target groups.
|
List<String> |
terminationPolicies() |
One or more termination policies used to select the instance to terminate.
|
CreateAutoScalingGroupRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
String |
vpcZoneIdentifier() |
A comma-separated list of subnet identifiers for your virtual private cloud (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 group. This name must be unique within the scope of your AWS account.
public String launchConfigurationName()
The name of the launch configuration. Alternatively, specify an EC2 instance instead of a launch configuration.
public 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.
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 Integer minSize()
The minimum size of the group.
public Integer maxSize()
The maximum size of the group.
public 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.
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. This parameter is optional if you specify one or more subnets.
public List<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.
TargetGroupARNs
instead.
For more information, see Using a Load Balancer With an Auto Scaling Group in the Auto Scaling User Guide.
public List<String> targetGroupARNs()
The Amazon Resource Names (ARN) of the target groups.
public 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.
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 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.
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 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()
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 List<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.
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 List<Tag> tags()
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 CreateAutoScalingGroupRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<CreateAutoScalingGroupRequest.Builder,CreateAutoScalingGroupRequest>
public static CreateAutoScalingGroupRequest.Builder builder()
public static Class<? extends CreateAutoScalingGroupRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.