Interface S3FileSystemConfig.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<S3FileSystemConfig.Builder,S3FileSystemConfig>,SdkBuilder<S3FileSystemConfig.Builder,S3FileSystemConfig>,SdkPojo
- Enclosing class:
- S3FileSystemConfig
@Mutable @NotThreadSafe public static interface S3FileSystemConfig.Builder extends SdkPojo, CopyableBuilder<S3FileSystemConfig.Builder,S3FileSystemConfig>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description S3FileSystemConfig.BuildermountPath(String mountPath)The file system path where the Amazon S3 storage location will be mounted within the Amazon SageMaker Studio environment.S3FileSystemConfig.Builders3Uri(String s3Uri)The Amazon S3 URI of the S3 file system configuration.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
mountPath
S3FileSystemConfig.Builder mountPath(String mountPath)
The file system path where the Amazon S3 storage location will be mounted within the Amazon SageMaker Studio environment.
- Parameters:
mountPath- The file system path where the Amazon S3 storage location will be mounted within the Amazon SageMaker Studio environment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
s3Uri
S3FileSystemConfig.Builder s3Uri(String s3Uri)
The Amazon S3 URI of the S3 file system configuration.
- Parameters:
s3Uri- The Amazon S3 URI of the S3 file system configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-