Class CfnComputeEnvironmentPropsMixin.InfrastructureOptimizationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.batch.CfnComputeEnvironmentPropsMixin.InfrastructureOptimizationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnComputeEnvironmentPropsMixin.InfrastructureOptimizationProperty>
- Enclosing interface:
CfnComputeEnvironmentPropsMixin.InfrastructureOptimizationProperty
@Stability(Stable)
public static final class CfnComputeEnvironmentPropsMixin.InfrastructureOptimizationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnComputeEnvironmentPropsMixin.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 CfnComputeEnvironmentPropsMixin.InfrastructureOptimizationProperty.Builder scaleInAfter(Number scaleInAfter) Sets the value ofCfnComputeEnvironmentPropsMixin.InfrastructureOptimizationProperty.getScaleInAfter()- Parameters:
scaleInAfter- the value to be set.- Returns:
this
-
build
@Stability(Stable) public CfnComputeEnvironmentPropsMixin.InfrastructureOptimizationProperty build()Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnComputeEnvironmentPropsMixin.InfrastructureOptimizationProperty>- Returns:
- a new instance of
CfnComputeEnvironmentPropsMixin.InfrastructureOptimizationProperty - Throws:
NullPointerException- if any required attribute was not provided
-