@Generated(value="software.amazon.awssdk:codegen") public final class AutoScalingGroupProviderUpdate extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AutoScalingGroupProviderUpdate.Builder,AutoScalingGroupProviderUpdate>
The details of the Auto Scaling group capacity provider to update.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AutoScalingGroupProviderUpdate.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AutoScalingGroupProviderUpdate.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
ManagedScaling |
managedScaling()
The managed scaling settings for the Auto Scaling group capacity provider.
|
ManagedTerminationProtection |
managedTerminationProtection()
The managed termination protection setting to use for the Auto Scaling group capacity provider.
|
String |
managedTerminationProtectionAsString()
The managed termination protection setting to use for the Auto Scaling group capacity provider.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AutoScalingGroupProviderUpdate.Builder> |
serializableBuilderClass() |
AutoScalingGroupProviderUpdate.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final ManagedScaling managedScaling()
The managed scaling settings for the Auto Scaling group capacity provider.
public final ManagedTerminationProtection managedTerminationProtection()
The managed termination protection setting to use for the Auto Scaling group capacity provider. This determines whether the Auto Scaling group has managed termination protection.
When using managed termination protection, managed scaling must also be used otherwise managed termination protection will not work.
When managed termination protection is enabled, Amazon ECS prevents the Amazon EC2 instances in an Auto Scaling group that contain tasks from being terminated during a scale-in action. The Auto Scaling group and each instance in the Auto Scaling group must have instance protection from scale-in actions enabled as well. For more information, see Instance Protection in the AWS Auto Scaling User Guide.
When managed termination protection is disabled, your Amazon EC2 instances are not protected from termination when the Auto Scaling group scales in.
If the service returns an enum value that is not available in the current SDK version,
managedTerminationProtection will return ManagedTerminationProtection.UNKNOWN_TO_SDK_VERSION.
The raw value returned by the service is available from managedTerminationProtectionAsString().
When using managed termination protection, managed scaling must also be used otherwise managed termination protection will not work.
When managed termination protection is enabled, Amazon ECS prevents the Amazon EC2 instances in an Auto Scaling group that contain tasks from being terminated during a scale-in action. The Auto Scaling group and each instance in the Auto Scaling group must have instance protection from scale-in actions enabled as well. For more information, see Instance Protection in the AWS Auto Scaling User Guide.
When managed termination protection is disabled, your Amazon EC2 instances are not protected from termination when the Auto Scaling group scales in.
ManagedTerminationProtectionpublic final String managedTerminationProtectionAsString()
The managed termination protection setting to use for the Auto Scaling group capacity provider. This determines whether the Auto Scaling group has managed termination protection.
When using managed termination protection, managed scaling must also be used otherwise managed termination protection will not work.
When managed termination protection is enabled, Amazon ECS prevents the Amazon EC2 instances in an Auto Scaling group that contain tasks from being terminated during a scale-in action. The Auto Scaling group and each instance in the Auto Scaling group must have instance protection from scale-in actions enabled as well. For more information, see Instance Protection in the AWS Auto Scaling User Guide.
When managed termination protection is disabled, your Amazon EC2 instances are not protected from termination when the Auto Scaling group scales in.
If the service returns an enum value that is not available in the current SDK version,
managedTerminationProtection will return ManagedTerminationProtection.UNKNOWN_TO_SDK_VERSION.
The raw value returned by the service is available from managedTerminationProtectionAsString().
When using managed termination protection, managed scaling must also be used otherwise managed termination protection will not work.
When managed termination protection is enabled, Amazon ECS prevents the Amazon EC2 instances in an Auto Scaling group that contain tasks from being terminated during a scale-in action. The Auto Scaling group and each instance in the Auto Scaling group must have instance protection from scale-in actions enabled as well. For more information, see Instance Protection in the AWS Auto Scaling User Guide.
When managed termination protection is disabled, your Amazon EC2 instances are not protected from termination when the Auto Scaling group scales in.
ManagedTerminationProtectionpublic AutoScalingGroupProviderUpdate.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AutoScalingGroupProviderUpdate.Builder,AutoScalingGroupProviderUpdate>public static AutoScalingGroupProviderUpdate.Builder builder()
public static Class<? extends AutoScalingGroupProviderUpdate.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.