Class CfnUserProfilePropsMixin.CustomFileSystemConfigProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.sagemaker.CfnUserProfilePropsMixin.CustomFileSystemConfigProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnUserProfilePropsMixin.CustomFileSystemConfigProperty>
- Enclosing interface:
CfnUserProfilePropsMixin.CustomFileSystemConfigProperty
@Stability(Stable)
public static final class CfnUserProfilePropsMixin.CustomFileSystemConfigProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnUserProfilePropsMixin.CustomFileSystemConfigProperty>
A builder for
CfnUserProfilePropsMixin.CustomFileSystemConfigProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.efsFileSystemConfig(CfnUserProfilePropsMixin.EFSFileSystemConfigProperty efsFileSystemConfig) efsFileSystemConfig(IResolvable efsFileSystemConfig) fSxLustreFileSystemConfig(CfnUserProfilePropsMixin.FSxLustreFileSystemConfigProperty fSxLustreFileSystemConfig) fSxLustreFileSystemConfig(IResolvable fSxLustreFileSystemConfig) s3FileSystemConfig(CfnUserProfilePropsMixin.S3FileSystemConfigProperty s3FileSystemConfig) s3FileSystemConfig(IResolvable s3FileSystemConfig)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
efsFileSystemConfig
@Stability(Stable) public CfnUserProfilePropsMixin.CustomFileSystemConfigProperty.Builder efsFileSystemConfig(IResolvable efsFileSystemConfig) - Parameters:
efsFileSystemConfig- The settings for a custom Amazon EFS file system.- Returns:
this
-
efsFileSystemConfig
@Stability(Stable) public CfnUserProfilePropsMixin.CustomFileSystemConfigProperty.Builder efsFileSystemConfig(CfnUserProfilePropsMixin.EFSFileSystemConfigProperty efsFileSystemConfig) - Parameters:
efsFileSystemConfig- The settings for a custom Amazon EFS file system.- Returns:
this
-
fSxLustreFileSystemConfig
@Stability(Stable) public CfnUserProfilePropsMixin.CustomFileSystemConfigProperty.Builder fSxLustreFileSystemConfig(IResolvable fSxLustreFileSystemConfig) Sets the value ofCfnUserProfilePropsMixin.CustomFileSystemConfigProperty.getFSxLustreFileSystemConfig()- Parameters:
fSxLustreFileSystemConfig- The settings for a custom Amazon FSx for Lustre file system.- Returns:
this
-
fSxLustreFileSystemConfig
@Stability(Stable) public CfnUserProfilePropsMixin.CustomFileSystemConfigProperty.Builder fSxLustreFileSystemConfig(CfnUserProfilePropsMixin.FSxLustreFileSystemConfigProperty fSxLustreFileSystemConfig) Sets the value ofCfnUserProfilePropsMixin.CustomFileSystemConfigProperty.getFSxLustreFileSystemConfig()- Parameters:
fSxLustreFileSystemConfig- The settings for a custom Amazon FSx for Lustre file system.- Returns:
this
-
s3FileSystemConfig
@Stability(Stable) public CfnUserProfilePropsMixin.CustomFileSystemConfigProperty.Builder s3FileSystemConfig(IResolvable s3FileSystemConfig) - Parameters:
s3FileSystemConfig- Configuration settings for a custom Amazon S3 file system.- Returns:
this
-
s3FileSystemConfig
@Stability(Stable) public CfnUserProfilePropsMixin.CustomFileSystemConfigProperty.Builder s3FileSystemConfig(CfnUserProfilePropsMixin.S3FileSystemConfigProperty s3FileSystemConfig) - Parameters:
s3FileSystemConfig- Configuration settings for a custom Amazon S3 file system.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnUserProfilePropsMixin.CustomFileSystemConfigProperty>- Returns:
- a new instance of
CfnUserProfilePropsMixin.CustomFileSystemConfigProperty - Throws:
NullPointerException- if any required attribute was not provided
-