Class CfnComputeEnvironmentPropsMixin.ManagedInstancesStorageConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.batch.CfnComputeEnvironmentPropsMixin.ManagedInstancesStorageConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnComputeEnvironmentPropsMixin.ManagedInstancesStorageConfigurationProperty>
- Enclosing interface:
CfnComputeEnvironmentPropsMixin.ManagedInstancesStorageConfigurationProperty
@Stability(Stable)
public static final class CfnComputeEnvironmentPropsMixin.ManagedInstancesStorageConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnComputeEnvironmentPropsMixin.ManagedInstancesStorageConfigurationProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.storageSizeGiB(Number storageSizeGiB)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
storageSizeGiB
@Stability(Stable) public CfnComputeEnvironmentPropsMixin.ManagedInstancesStorageConfigurationProperty.Builder storageSizeGiB(Number storageSizeGiB) Sets the value ofCfnComputeEnvironmentPropsMixin.ManagedInstancesStorageConfigurationProperty.getStorageSizeGiB()- Parameters:
storageSizeGiB- the value to be set.- Returns:
this
-
build
@Stability(Stable) public CfnComputeEnvironmentPropsMixin.ManagedInstancesStorageConfigurationProperty build()Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnComputeEnvironmentPropsMixin.ManagedInstancesStorageConfigurationProperty>- Returns:
- a new instance of
CfnComputeEnvironmentPropsMixin.ManagedInstancesStorageConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-