Interface S3FileSystem.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<S3FileSystem.Builder,
,S3FileSystem> SdkBuilder<S3FileSystem.Builder,
,S3FileSystem> SdkPojo
- Enclosing class:
S3FileSystem
@Mutable
@NotThreadSafe
public static interface S3FileSystem.Builder
extends SdkPojo, CopyableBuilder<S3FileSystem.Builder,S3FileSystem>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon S3 URI that specifies the location in S3 where files are stored, which is mounted within the Studio environment.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
-
s3Uri
The Amazon S3 URI that specifies the location in S3 where files are stored, which is mounted within the Studio environment. For example:
s3://<bucket-name>/<prefix>/
.- Parameters:
s3Uri
- The Amazon S3 URI that specifies the location in S3 where files are stored, which is mounted within the Studio environment. For example:s3://<bucket-name>/<prefix>/
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-