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