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