Class AutoScalingGroupProviderUpdate
- java.lang.Object
-
- software.amazon.awssdk.services.ecs.model.AutoScalingGroupProviderUpdate
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AutoScalingGroupProviderUpdate.Builder,AutoScalingGroupProviderUpdate>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAutoScalingGroupProviderUpdate.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AutoScalingGroupProviderUpdate.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()ManagedScalingmanagedScaling()The managed scaling settings for the Auto Scaling group capacity provider.ManagedTerminationProtectionmanagedTerminationProtection()The managed termination protection setting to use for the Auto Scaling group capacity provider.StringmanagedTerminationProtectionAsString()The managed termination protection setting to use for the Auto Scaling group capacity provider.List<SdkField<?>>sdkFields()static Class<? extends AutoScalingGroupProviderUpdate.Builder>serializableBuilderClass()AutoScalingGroupProviderUpdate.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
managedScaling
public final ManagedScaling managedScaling()
The managed scaling settings for the Auto Scaling group capacity provider.
- Returns:
- The managed scaling settings for the Auto Scaling group capacity provider.
-
managedTerminationProtection
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 doesn't work.
When managed termination protection is on, 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 on. For more information, see Instance Protection in the Auto Scaling User Guide.
When managed termination protection is off, your Amazon EC2 instances aren't 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,
managedTerminationProtectionwill returnManagedTerminationProtection.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frommanagedTerminationProtectionAsString().- Returns:
- 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 doesn't work.
When managed termination protection is on, 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 on. For more information, see Instance Protection in the Auto Scaling User Guide.
When managed termination protection is off, your Amazon EC2 instances aren't protected from termination when the Auto Scaling group scales in.
- See Also:
ManagedTerminationProtection
-
managedTerminationProtectionAsString
public 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 doesn't work.
When managed termination protection is on, 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 on. For more information, see Instance Protection in the Auto Scaling User Guide.
When managed termination protection is off, your Amazon EC2 instances aren't 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,
managedTerminationProtectionwill returnManagedTerminationProtection.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frommanagedTerminationProtectionAsString().- Returns:
- 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 doesn't work.
When managed termination protection is on, 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 on. For more information, see Instance Protection in the Auto Scaling User Guide.
When managed termination protection is off, your Amazon EC2 instances aren't protected from termination when the Auto Scaling group scales in.
- See Also:
ManagedTerminationProtection
-
toBuilder
public AutoScalingGroupProviderUpdate.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<AutoScalingGroupProviderUpdate.Builder,AutoScalingGroupProviderUpdate>
-
builder
public static AutoScalingGroupProviderUpdate.Builder builder()
-
serializableBuilderClass
public static Class<? extends AutoScalingGroupProviderUpdate.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-