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
Modifier and TypeMethodDescriptionThe file system path where the Amazon S3 storage location will be mounted within the Amazon SageMaker Studio environment.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 Details
-
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
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.
-