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