Class CfnClusterPropsMixin.FSxLustreConfigProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.sagemaker.CfnClusterPropsMixin.FSxLustreConfigProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnClusterPropsMixin.FSxLustreConfigProperty>
- Enclosing interface:
CfnClusterPropsMixin.FSxLustreConfigProperty
@Stability(Stable)
public static final class CfnClusterPropsMixin.FSxLustreConfigProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnClusterPropsMixin.FSxLustreConfigProperty>
A builder for
CfnClusterPropsMixin.FSxLustreConfigProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.perUnitStorageThroughput(Number perUnitStorageThroughput) Sets the value ofCfnClusterPropsMixin.FSxLustreConfigProperty.getSizeInGiB()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
perUnitStorageThroughput
@Stability(Stable) public CfnClusterPropsMixin.FSxLustreConfigProperty.Builder perUnitStorageThroughput(Number perUnitStorageThroughput) - Parameters:
perUnitStorageThroughput- The throughput capacity of the Amazon FSx for Lustre file system, measured in MB/s per TiB of storage.- Returns:
this
-
sizeInGiB
@Stability(Stable) public CfnClusterPropsMixin.FSxLustreConfigProperty.Builder sizeInGiB(Number sizeInGiB) Sets the value ofCfnClusterPropsMixin.FSxLustreConfigProperty.getSizeInGiB()- Parameters:
sizeInGiB- The storage capacity of the Amazon FSx for Lustre file system, specified in gibibytes (GiB).- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnClusterPropsMixin.FSxLustreConfigProperty>- Returns:
- a new instance of
CfnClusterPropsMixin.FSxLustreConfigProperty - Throws:
NullPointerException- if any required attribute was not provided
-