Java com.amazonaws.services.autoscaling.model CreateAutoScalingGroupRequest fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws.services.autoscaling.model CreateAutoScalingGroupRequest fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws.services.autoscaling.model CreateAutoScalingGroupRequest.

The text is from its open source code.

Constructor

Method

StringgetAutoScalingGroupName()

The name of the Auto Scaling group.

java.util.ListgetAvailabilityZones()

One or more Availability Zones for the group.

StringgetInstanceId()

The ID of the instance used to create a launch configuration for the group.

StringgetLaunchConfigurationName()

The name of the launch configuration.

IntegergetMaxSize()

The maximum size of the group.

IntegergetMinSize()

The minimum size of the group.

StringgetVPCZoneIdentifier()

A comma-separated list of subnet IDs for your virtual private cloud (VPC).

voidsetAutoScalingGroupName(String autoScalingGroupName)

The name of the Auto Scaling group.

voidsetAvailabilityZones(java.util.Collection availabilityZones)

One or more Availability Zones for the group.

voidsetDesiredCapacity(Integer desiredCapacity)

The number of Amazon EC2 instances that the Auto Scaling group attempts to maintain.

voidsetInstanceId(String instanceId)

The ID of the instance used to create a launch configuration for the group.

voidsetLaunchConfigurationName(String launchConfigurationName)

The name of the launch configuration.

voidsetMaxSize(Integer maxSize)

The maximum size of the group.

voidsetMinSize(Integer minSize)

The minimum size of the group.

voidsetTerminationPolicies(java.util.Collection terminationPolicies)

One or more termination policies used to select the instance to terminate.

voidsetVPCZoneIdentifier(String vPCZoneIdentifier)

A comma-separated list of subnet IDs for your virtual private cloud (VPC).

CreateAutoScalingGroupRequestwithAutoScalingGroupName(String autoScalingGroupName)

The name of the Auto Scaling group.

CreateAutoScalingGroupRequestwithAvailabilityZones(String... availabilityZones)

One or more Availability Zones for the group.

CreateAutoScalingGroupRequestwithAvailabilityZones(java.util.Collection availabilityZones)

One or more Availability Zones for the group.

CreateAutoScalingGroupRequestwithDefaultCooldown(Integer defaultCooldown)

The amount of time, in seconds, after a scaling activity completes before another scaling activity can start.

CreateAutoScalingGroupRequestwithHealthCheckGracePeriod(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.

CreateAutoScalingGroupRequestwithHealthCheckType(String healthCheckType)

The service to use for the health checks.

CreateAutoScalingGroupRequestwithLoadBalancerNames(String... loadBalancerNames)

A list of Classic Load Balancers associated with this Auto Scaling group.

CreateAutoScalingGroupRequestwithLoadBalancerNames(java.util.Collection loadBalancerNames)

A list of Classic Load Balancers associated with this Auto Scaling group.

CreateAutoScalingGroupRequestwithMinSize(Integer minSize)

The minimum size of the group.

CreateAutoScalingGroupRequestwithTerminationPolicies(String... terminationPolicies)

One or more termination policies used to select the instance to terminate.

CreateAutoScalingGroupRequestwithTerminationPolicies(java.util.Collection terminationPolicies)

One or more termination policies used to select the instance to terminate.