Interface CustomFileSystem.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<CustomFileSystem.Builder,,- CustomFileSystem> - SdkBuilder<CustomFileSystem.Builder,,- CustomFileSystem> - SdkPojo
- Enclosing class:
- CustomFileSystem
- 
Method SummaryModifier and TypeMethodDescriptiondefault CustomFileSystem.BuilderefsFileSystem(Consumer<EFSFileSystem.Builder> efsFileSystem) A custom file system in Amazon EFS.efsFileSystem(EFSFileSystem efsFileSystem) A custom file system in Amazon EFS.default CustomFileSystem.BuilderfSxLustreFileSystem(Consumer<FSxLustreFileSystem.Builder> fSxLustreFileSystem) A custom file system in Amazon FSx for Lustre.fSxLustreFileSystem(FSxLustreFileSystem fSxLustreFileSystem) A custom file system in Amazon FSx for Lustre.default CustomFileSystem.Builders3FileSystem(Consumer<S3FileSystem.Builder> s3FileSystem) A custom file system in Amazon S3.s3FileSystem(S3FileSystem s3FileSystem) A custom file system in Amazon S3.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
efsFileSystemA custom file system in Amazon EFS. - Parameters:
- efsFileSystem- A custom file system in Amazon EFS.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
efsFileSystemA custom file system in Amazon EFS. This is a convenience method that creates an instance of theEFSFileSystem.Builderavoiding the need to create one manually viaEFSFileSystem.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toefsFileSystem(EFSFileSystem).- Parameters:
- efsFileSystem- a consumer that will call methods on- EFSFileSystem.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
fSxLustreFileSystemA custom file system in Amazon FSx for Lustre. - Parameters:
- fSxLustreFileSystem- A custom file system in Amazon FSx for Lustre.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
fSxLustreFileSystemdefault CustomFileSystem.Builder fSxLustreFileSystem(Consumer<FSxLustreFileSystem.Builder> fSxLustreFileSystem) A custom file system in Amazon FSx for Lustre. This is a convenience method that creates an instance of theFSxLustreFileSystem.Builderavoiding the need to create one manually viaFSxLustreFileSystem.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tofSxLustreFileSystem(FSxLustreFileSystem).- Parameters:
- fSxLustreFileSystem- a consumer that will call methods on- FSxLustreFileSystem.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
s3FileSystemA custom file system in Amazon S3. This is only supported in Amazon SageMaker Unified Studio. - Parameters:
- s3FileSystem- A custom file system in Amazon S3. This is only supported in Amazon SageMaker Unified Studio.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
s3FileSystemA custom file system in Amazon S3. This is only supported in Amazon SageMaker Unified Studio. This is a convenience method that creates an instance of theS3FileSystem.Builderavoiding the need to create one manually viaS3FileSystem.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tos3FileSystem(S3FileSystem).- Parameters:
- s3FileSystem- a consumer that will call methods on- S3FileSystem.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-