Class CfnCapacityProviderPropsMixin.InfrastructureOptimizationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.ecs.CfnCapacityProviderPropsMixin.InfrastructureOptimizationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnCapacityProviderPropsMixin.InfrastructureOptimizationProperty>
- Enclosing interface:
CfnCapacityProviderPropsMixin.InfrastructureOptimizationProperty
@Stability(Stable)
public static final class CfnCapacityProviderPropsMixin.InfrastructureOptimizationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnCapacityProviderPropsMixin.InfrastructureOptimizationProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.scaleInAfter(Number scaleInAfter)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
scaleInAfter
@Stability(Stable) public CfnCapacityProviderPropsMixin.InfrastructureOptimizationProperty.Builder scaleInAfter(Number scaleInAfter) Sets the value ofCfnCapacityProviderPropsMixin.InfrastructureOptimizationProperty.getScaleInAfter()- Parameters:
scaleInAfter- This parameter defines the number of seconds Amazon ECS Managed Instances waits before optimizing EC2 instances that have become idle or underutilized. A longer delay increases the likelihood of placing new tasks on idle or underutilized instances instances, reducing startup time. A shorter delay helps reduce infrastructure costs by optimizing idle or underutilized instances,instances more quickly.Valid values are:
null- Uses the default optimization behavior.-1- Disables automatic infrastructure optimization.- A value between
0and3600(inclusive) - Specifies the number of seconds to wait before optimizing instances.
- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnCapacityProviderPropsMixin.InfrastructureOptimizationProperty>- Returns:
- a new instance of
CfnCapacityProviderPropsMixin.InfrastructureOptimizationProperty - Throws:
NullPointerException- if any required attribute was not provided
-