Interface AutoScalingGroupProvider.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<AutoScalingGroupProvider.Builder,AutoScalingGroupProvider>
,SdkBuilder<AutoScalingGroupProvider.Builder,AutoScalingGroupProvider>
,SdkPojo
- Enclosing class:
- AutoScalingGroupProvider
public static interface AutoScalingGroupProvider.Builder extends SdkPojo, CopyableBuilder<AutoScalingGroupProvider.Builder,AutoScalingGroupProvider>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description AutoScalingGroupProvider.Builder
autoScalingGroupArn(String autoScalingGroupArn)
The Amazon Resource Name (ARN) that identifies the Auto Scaling group, or the Auto Scaling group name.AutoScalingGroupProvider.Builder
managedDraining(String managedDraining)
The managed draining option for the Auto Scaling group capacity provider.AutoScalingGroupProvider.Builder
managedDraining(ManagedDraining managedDraining)
The managed draining option for the Auto Scaling group capacity provider.default AutoScalingGroupProvider.Builder
managedScaling(Consumer<ManagedScaling.Builder> managedScaling)
The managed scaling settings for the Auto Scaling group capacity provider.AutoScalingGroupProvider.Builder
managedScaling(ManagedScaling managedScaling)
The managed scaling settings for the Auto Scaling group capacity provider.AutoScalingGroupProvider.Builder
managedTerminationProtection(String managedTerminationProtection)
The managed termination protection setting to use for the Auto Scaling group capacity provider.AutoScalingGroupProvider.Builder
managedTerminationProtection(ManagedTerminationProtection managedTerminationProtection)
The managed termination protection setting to use for the Auto Scaling group capacity provider.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
autoScalingGroupArn
AutoScalingGroupProvider.Builder autoScalingGroupArn(String autoScalingGroupArn)
The Amazon Resource Name (ARN) that identifies the Auto Scaling group, or the Auto Scaling group name.
- Parameters:
autoScalingGroupArn
- The Amazon Resource Name (ARN) that identifies the Auto Scaling group, or the Auto Scaling group name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
managedScaling
AutoScalingGroupProvider.Builder managedScaling(ManagedScaling managedScaling)
The managed scaling settings for the Auto Scaling group capacity provider.
- Parameters:
managedScaling
- The managed scaling settings for the Auto Scaling group capacity provider.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
managedScaling
default AutoScalingGroupProvider.Builder managedScaling(Consumer<ManagedScaling.Builder> managedScaling)
The managed scaling settings for the Auto Scaling group capacity provider.
This is a convenience method that creates an instance of theManagedScaling.Builder
avoiding the need to create one manually viaManagedScaling.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tomanagedScaling(ManagedScaling)
.- Parameters:
managedScaling
- a consumer that will call methods onManagedScaling.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
managedScaling(ManagedScaling)
-
managedTerminationProtection
AutoScalingGroupProvider.Builder managedTerminationProtection(String 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. The default is off.
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 as well. 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.
- Parameters:
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. The default is off.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 as well. 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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ManagedTerminationProtection
,ManagedTerminationProtection
-
managedTerminationProtection
AutoScalingGroupProvider.Builder managedTerminationProtection(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. The default is off.
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 as well. 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.
- Parameters:
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. The default is off.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 as well. 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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ManagedTerminationProtection
,ManagedTerminationProtection
-
managedDraining
AutoScalingGroupProvider.Builder managedDraining(String managedDraining)
The managed draining option for the Auto Scaling group capacity provider. When you enable this, Amazon ECS manages and gracefully drains the EC2 container instances that are in the Auto Scaling group capacity provider.
- Parameters:
managedDraining
- The managed draining option for the Auto Scaling group capacity provider. When you enable this, Amazon ECS manages and gracefully drains the EC2 container instances that are in the Auto Scaling group capacity provider.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ManagedDraining
,ManagedDraining
-
managedDraining
AutoScalingGroupProvider.Builder managedDraining(ManagedDraining managedDraining)
The managed draining option for the Auto Scaling group capacity provider. When you enable this, Amazon ECS manages and gracefully drains the EC2 container instances that are in the Auto Scaling group capacity provider.
- Parameters:
managedDraining
- The managed draining option for the Auto Scaling group capacity provider. When you enable this, Amazon ECS manages and gracefully drains the EC2 container instances that are in the Auto Scaling group capacity provider.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ManagedDraining
,ManagedDraining
-
-