@Generated(value="software.amazon.awssdk:codegen") public final class AutoScalingGroup extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AutoScalingGroup.Builder,AutoScalingGroup>
Describes an Auto Scaling group.
Modifier and Type | Class and Description |
---|---|
static interface |
AutoScalingGroup.Builder |
Modifier and Type | Method and Description |
---|---|
String |
autoScalingGroupARN()
The Amazon Resource Name (ARN) of the Auto Scaling group.
|
String |
autoScalingGroupName()
The name of the Auto Scaling group.
|
List<String> |
availabilityZones()
One or more Availability Zones for the group.
|
static AutoScalingGroup.Builder |
builder() |
Boolean |
capacityRebalance()
Indicates whether Capacity Rebalancing is enabled.
|
String |
context()
Reserved.
|
Instant |
createdTime()
The date and time the group was created.
|
Integer |
defaultCooldown()
The duration of the default cooldown period, in seconds.
|
Integer |
defaultInstanceWarmup()
The duration of the default instance warmup, in seconds.
|
Integer |
desiredCapacity()
The desired size of the group.
|
String |
desiredCapacityType()
The unit of measurement for the value specified for desired capacity.
|
List<EnabledMetric> |
enabledMetrics()
The metrics enabled for the group.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasAvailabilityZones()
For responses, this returns true if the service returned a value for the AvailabilityZones property.
|
boolean |
hasEnabledMetrics()
For responses, this returns true if the service returned a value for the EnabledMetrics property.
|
int |
hashCode() |
boolean |
hasInstances()
For responses, this returns true if the service returned a value for the Instances property.
|
boolean |
hasLoadBalancerNames()
For responses, this returns true if the service returned a value for the LoadBalancerNames property.
|
boolean |
hasSuspendedProcesses()
For responses, this returns true if the service returned a value for the SuspendedProcesses property.
|
boolean |
hasTags()
For responses, this returns true if the service returned a value for the Tags property.
|
boolean |
hasTargetGroupARNs()
For responses, this returns true if the service returned a value for the TargetGroupARNs property.
|
boolean |
hasTerminationPolicies()
For responses, this returns true if the service returned a value for the TerminationPolicies property.
|
boolean |
hasTrafficSources()
For responses, this returns true if the service returned a value for the TrafficSources property.
|
Integer |
healthCheckGracePeriod()
The duration of the health check grace period, in seconds.
|
String |
healthCheckType()
A comma-separated value string of one or more health check types.
|
List<Instance> |
instances()
The EC2 instances associated with the group.
|
String |
launchConfigurationName()
The name of the associated launch configuration.
|
LaunchTemplateSpecification |
launchTemplate()
The launch template for the group.
|
List<String> |
loadBalancerNames()
One or more load balancers associated with the group.
|
Integer |
maxInstanceLifetime()
The maximum amount of time, in seconds, that an instance can be in service.
|
Integer |
maxSize()
The maximum size of the group.
|
Integer |
minSize()
The minimum size of the group.
|
MixedInstancesPolicy |
mixedInstancesPolicy()
The mixed instances policy for the group.
|
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.
|
Integer |
predictedCapacity()
The predicted capacity of the group when it has a predictive scaling policy.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AutoScalingGroup.Builder> |
serializableBuilderClass() |
String |
serviceLinkedRoleARN()
The Amazon Resource Name (ARN) of the service-linked role that the Auto Scaling group uses to call other Amazon
Web Services on your behalf.
|
String |
status()
The current state of the group when the DeleteAutoScalingGroup operation is in progress.
|
List<SuspendedProcess> |
suspendedProcesses()
The suspended processes associated with the group.
|
List<TagDescription> |
tags()
The tags for the group.
|
List<String> |
targetGroupARNs()
The Amazon Resource Names (ARN) of the target groups for your load balancer.
|
List<String> |
terminationPolicies()
The termination policies for the group.
|
AutoScalingGroup.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
List<TrafficSourceIdentifier> |
trafficSources()
The traffic sources associated with this Auto Scaling group.
|
String |
vpcZoneIdentifier()
One or more subnet IDs, if applicable, separated by commas.
|
WarmPoolConfiguration |
warmPoolConfiguration()
The warm pool for the group.
|
Integer |
warmPoolSize()
The current size of the warm pool.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final String autoScalingGroupName()
The name of the Auto Scaling group.
public final String autoScalingGroupARN()
The Amazon Resource Name (ARN) of the Auto Scaling group.
public final String launchConfigurationName()
The name of the associated launch configuration.
public final LaunchTemplateSpecification launchTemplate()
The launch template for the group.
public final MixedInstancesPolicy mixedInstancesPolicy()
The mixed instances policy for the group.
public final Integer minSize()
The minimum size of the group.
public final Integer maxSize()
The maximum size of the group.
public final Integer desiredCapacity()
The desired size of the group.
public final Integer predictedCapacity()
The predicted capacity of the group when it has a predictive scaling policy.
public final Integer defaultCooldown()
The duration of the default cooldown period, in seconds.
public final boolean hasAvailabilityZones()
isEmpty()
method on the property).
This is useful because the SDK will never return a null collection or map, but you may need to differentiate
between the service returning nothing (or null) and the service returning an empty collection or map. For
requests, this returns true if a value for the property was specified in the request builder, and false if a
value was not specified.public final 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.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasAvailabilityZones()
method.
public final boolean hasLoadBalancerNames()
isEmpty()
method on the property).
This is useful because the SDK will never return a null collection or map, but you may need to differentiate
between the service returning nothing (or null) and the service returning an empty collection or map. For
requests, this returns true if a value for the property was specified in the request builder, and false if a
value was not specified.public final List<String> loadBalancerNames()
One or more load balancers associated with the group.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasLoadBalancerNames()
method.
public final boolean hasTargetGroupARNs()
isEmpty()
method on the property).
This is useful because the SDK will never return a null collection or map, but you may need to differentiate
between the service returning nothing (or null) and the service returning an empty collection or map. For
requests, this returns true if a value for the property was specified in the request builder, and false if a
value was not specified.public final List<String> targetGroupARNs()
The Amazon Resource Names (ARN) of the target groups for your load balancer.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasTargetGroupARNs()
method.
public final String healthCheckType()
A comma-separated value string of one or more health check types.
public final Integer healthCheckGracePeriod()
The duration of the health check grace period, in seconds.
public final boolean hasInstances()
isEmpty()
method on the property). This is
useful because the SDK will never return a null collection or map, but you may need to differentiate between the
service returning nothing (or null) and the service returning an empty collection or map. For requests, this
returns true if a value for the property was specified in the request builder, and false if a value was not
specified.public final List<Instance> instances()
The EC2 instances associated with the group.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasInstances()
method.
public final Instant createdTime()
The date and time the group was created.
public final boolean hasSuspendedProcesses()
isEmpty()
method on the property).
This is useful because the SDK will never return a null collection or map, but you may need to differentiate
between the service returning nothing (or null) and the service returning an empty collection or map. For
requests, this returns true if a value for the property was specified in the request builder, and false if a
value was not specified.public final List<SuspendedProcess> suspendedProcesses()
The suspended processes associated with the group.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasSuspendedProcesses()
method.
public final String placementGroup()
The name of the placement group into which to launch your instances, if any.
public final String vpcZoneIdentifier()
One or more subnet IDs, if applicable, separated by commas.
public final boolean hasEnabledMetrics()
isEmpty()
method on the property).
This is useful because the SDK will never return a null collection or map, but you may need to differentiate
between the service returning nothing (or null) and the service returning an empty collection or map. For
requests, this returns true if a value for the property was specified in the request builder, and false if a
value was not specified.public final List<EnabledMetric> enabledMetrics()
The metrics enabled for the group.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasEnabledMetrics()
method.
public final String status()
The current state of the group when the DeleteAutoScalingGroup operation is in progress.
public final boolean hasTags()
isEmpty()
method on the property). This is useful
because the SDK will never return a null collection or map, but you may need to differentiate between the service
returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true
if a value for the property was specified in the request builder, and false if a value was not specified.public final List<TagDescription> tags()
The tags for the group.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasTags()
method.
public final boolean hasTerminationPolicies()
isEmpty()
method on the property).
This is useful because the SDK will never return a null collection or map, but you may need to differentiate
between the service returning nothing (or null) and the service returning an empty collection or map. For
requests, this returns true if a value for the property was specified in the request builder, and false if a
value was not specified.public final List<String> terminationPolicies()
The termination policies for the group.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasTerminationPolicies()
method.
public final Boolean newInstancesProtectedFromScaleIn()
Indicates whether newly launched instances are protected from termination by Amazon EC2 Auto Scaling when scaling in.
public final String serviceLinkedRoleARN()
The Amazon Resource Name (ARN) of the service-linked role that the Auto Scaling group uses to call other Amazon Web Services on your behalf.
public final Integer maxInstanceLifetime()
The maximum amount of time, in seconds, that an instance can be in service.
Valid Range: Minimum value of 0.
Valid Range: Minimum value of 0.
public final Boolean capacityRebalance()
Indicates whether Capacity Rebalancing is enabled.
public final WarmPoolConfiguration warmPoolConfiguration()
The warm pool for the group.
public final Integer warmPoolSize()
The current size of the warm pool.
public final String context()
Reserved.
public final String desiredCapacityType()
The unit of measurement for the value specified for desired capacity. Amazon EC2 Auto Scaling supports
DesiredCapacityType
for attribute-based instance type selection only.
DesiredCapacityType
for attribute-based instance type selection only.public final Integer defaultInstanceWarmup()
The duration of the default instance warmup, in seconds.
public final boolean hasTrafficSources()
isEmpty()
method on the property).
This is useful because the SDK will never return a null collection or map, but you may need to differentiate
between the service returning nothing (or null) and the service returning an empty collection or map. For
requests, this returns true if a value for the property was specified in the request builder, and false if a
value was not specified.public final List<TrafficSourceIdentifier> trafficSources()
The traffic sources associated with this Auto Scaling group.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasTrafficSources()
method.
public AutoScalingGroup.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<AutoScalingGroup.Builder,AutoScalingGroup>
public static AutoScalingGroup.Builder builder()
public static Class<? extends AutoScalingGroup.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
Copyright © 2023. All rights reserved.