Class CfnSpacePropsMixin.FSxLustreFileSystemProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.sagemaker.CfnSpacePropsMixin.FSxLustreFileSystemProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnSpacePropsMixin.FSxLustreFileSystemProperty>
- Enclosing interface:
CfnSpacePropsMixin.FSxLustreFileSystemProperty
@Stability(Stable)
public static final class CfnSpacePropsMixin.FSxLustreFileSystemProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnSpacePropsMixin.FSxLustreFileSystemProperty>
A builder for
CfnSpacePropsMixin.FSxLustreFileSystemProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.fileSystemId(String fileSystemId) Sets the value ofCfnSpacePropsMixin.FSxLustreFileSystemProperty.getFileSystemId()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
fileSystemId
@Stability(Stable) public CfnSpacePropsMixin.FSxLustreFileSystemProperty.Builder fileSystemId(String fileSystemId) Sets the value ofCfnSpacePropsMixin.FSxLustreFileSystemProperty.getFileSystemId()- Parameters:
fileSystemId- Amazon FSx for Lustre file system ID.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnSpacePropsMixin.FSxLustreFileSystemProperty>- Returns:
- a new instance of
CfnSpacePropsMixin.FSxLustreFileSystemProperty - Throws:
NullPointerException- if any required attribute was not provided
-