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