AutoScalingGroup |
AutoScalingGroup.clone() |
|
AutoScalingGroup |
AutoScalingGroup.withAutoScalingGroupARN(String autoScalingGroupARN) |
The Amazon Resource Name (ARN) of the group.
|
AutoScalingGroup |
AutoScalingGroup.withAutoScalingGroupName(String autoScalingGroupName) |
The name of the group.
|
AutoScalingGroup |
AutoScalingGroup.withAvailabilityZones(String... availabilityZones) |
One or more Availability Zones for the group.
|
AutoScalingGroup |
AutoScalingGroup.withAvailabilityZones(Collection<String> availabilityZones) |
One or more Availability Zones for the group.
|
AutoScalingGroup |
AutoScalingGroup.withCreatedTime(Date createdTime) |
The date and time the group was created.
|
AutoScalingGroup |
AutoScalingGroup.withDefaultCooldown(Integer defaultCooldown) |
The amount of time, in seconds, after a scaling activity completes before
another scaling activity can start.
|
AutoScalingGroup |
AutoScalingGroup.withDesiredCapacity(Integer desiredCapacity) |
The desired size of the group.
|
AutoScalingGroup |
AutoScalingGroup.withEnabledMetrics(EnabledMetric... enabledMetrics) |
The metrics enabled for the group.
|
AutoScalingGroup |
AutoScalingGroup.withEnabledMetrics(Collection<EnabledMetric> enabledMetrics) |
The metrics enabled for the group.
|
AutoScalingGroup |
AutoScalingGroup.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.
|
AutoScalingGroup |
AutoScalingGroup.withHealthCheckType(String healthCheckType) |
The service to use for the health checks.
|
AutoScalingGroup |
AutoScalingGroup.withInstances(Instance... instances) |
The EC2 instances associated with the group.
|
AutoScalingGroup |
AutoScalingGroup.withInstances(Collection<Instance> instances) |
The EC2 instances associated with the group.
|
AutoScalingGroup |
AutoScalingGroup.withLaunchConfigurationName(String launchConfigurationName) |
The name of the associated launch configuration.
|
AutoScalingGroup |
AutoScalingGroup.withLoadBalancerNames(String... loadBalancerNames) |
One or more load balancers associated with the group.
|
AutoScalingGroup |
AutoScalingGroup.withLoadBalancerNames(Collection<String> loadBalancerNames) |
One or more load balancers associated with the group.
|
AutoScalingGroup |
AutoScalingGroup.withMaxSize(Integer maxSize) |
The maximum size of the group.
|
AutoScalingGroup |
AutoScalingGroup.withMinSize(Integer minSize) |
The minimum size of the group.
|
AutoScalingGroup |
AutoScalingGroup.withNewInstancesProtectedFromScaleIn(Boolean newInstancesProtectedFromScaleIn) |
Indicates whether newly launched instances are protected from termination
by Auto Scaling when scaling in.
|
AutoScalingGroup |
AutoScalingGroup.withPlacementGroup(String placementGroup) |
The name of the placement group into which you'll launch your instances,
if any.
|
AutoScalingGroup |
AutoScalingGroup.withStatus(String status) |
|
AutoScalingGroup |
AutoScalingGroup.withSuspendedProcesses(SuspendedProcess... suspendedProcesses) |
The suspended processes associated with the group.
|
AutoScalingGroup |
AutoScalingGroup.withSuspendedProcesses(Collection<SuspendedProcess> suspendedProcesses) |
The suspended processes associated with the group.
|
AutoScalingGroup |
AutoScalingGroup.withTags(TagDescription... tags) |
The tags for the group.
|
AutoScalingGroup |
AutoScalingGroup.withTags(Collection<TagDescription> tags) |
The tags for the group.
|
AutoScalingGroup |
AutoScalingGroup.withTerminationPolicies(String... terminationPolicies) |
The termination policies for the group.
|
AutoScalingGroup |
AutoScalingGroup.withTerminationPolicies(Collection<String> terminationPolicies) |
The termination policies for the group.
|
AutoScalingGroup |
AutoScalingGroup.withVPCZoneIdentifier(String vPCZoneIdentifier) |
One or more subnet IDs, if applicable, separated by commas.
|