Interface CustomFileSystemConfig.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<CustomFileSystemConfig.Builder,,CustomFileSystemConfig> SdkBuilder<CustomFileSystemConfig.Builder,,CustomFileSystemConfig> SdkPojo
- Enclosing class:
CustomFileSystemConfig
-
Method Summary
Modifier and TypeMethodDescriptiondefault CustomFileSystemConfig.BuilderefsFileSystemConfig(Consumer<EFSFileSystemConfig.Builder> efsFileSystemConfig) The settings for a custom Amazon EFS file system.efsFileSystemConfig(EFSFileSystemConfig efsFileSystemConfig) The settings for a custom Amazon EFS file system.default CustomFileSystemConfig.BuilderfSxLustreFileSystemConfig(Consumer<FSxLustreFileSystemConfig.Builder> fSxLustreFileSystemConfig) The settings for a custom Amazon FSx for Lustre file system.fSxLustreFileSystemConfig(FSxLustreFileSystemConfig fSxLustreFileSystemConfig) The settings for a custom Amazon FSx for Lustre file system.default CustomFileSystemConfig.Builders3FileSystemConfig(Consumer<S3FileSystemConfig.Builder> s3FileSystemConfig) Configuration settings for a custom Amazon S3 file system.s3FileSystemConfig(S3FileSystemConfig s3FileSystemConfig) Configuration settings for a custom Amazon S3 file system.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
efsFileSystemConfig
The settings for a custom Amazon EFS file system.
- Parameters:
efsFileSystemConfig- The settings for a custom Amazon EFS file system.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
efsFileSystemConfig
default CustomFileSystemConfig.Builder efsFileSystemConfig(Consumer<EFSFileSystemConfig.Builder> efsFileSystemConfig) The settings for a custom Amazon EFS file system.
This is a convenience method that creates an instance of theEFSFileSystemConfig.Builderavoiding the need to create one manually viaEFSFileSystemConfig.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toefsFileSystemConfig(EFSFileSystemConfig).- Parameters:
efsFileSystemConfig- a consumer that will call methods onEFSFileSystemConfig.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
fSxLustreFileSystemConfig
CustomFileSystemConfig.Builder fSxLustreFileSystemConfig(FSxLustreFileSystemConfig fSxLustreFileSystemConfig) The settings for a custom Amazon FSx for Lustre file system.
- Parameters:
fSxLustreFileSystemConfig- The settings for a custom Amazon FSx for Lustre file system.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fSxLustreFileSystemConfig
default CustomFileSystemConfig.Builder fSxLustreFileSystemConfig(Consumer<FSxLustreFileSystemConfig.Builder> fSxLustreFileSystemConfig) The settings for a custom Amazon FSx for Lustre file system.
This is a convenience method that creates an instance of theFSxLustreFileSystemConfig.Builderavoiding the need to create one manually viaFSxLustreFileSystemConfig.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tofSxLustreFileSystemConfig(FSxLustreFileSystemConfig).- Parameters:
fSxLustreFileSystemConfig- a consumer that will call methods onFSxLustreFileSystemConfig.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
s3FileSystemConfig
Configuration settings for a custom Amazon S3 file system.
- Parameters:
s3FileSystemConfig- Configuration settings for a custom Amazon S3 file system.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
s3FileSystemConfig
default CustomFileSystemConfig.Builder s3FileSystemConfig(Consumer<S3FileSystemConfig.Builder> s3FileSystemConfig) Configuration settings for a custom Amazon S3 file system.
This is a convenience method that creates an instance of theS3FileSystemConfig.Builderavoiding the need to create one manually viaS3FileSystemConfig.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tos3FileSystemConfig(S3FileSystemConfig).- Parameters:
s3FileSystemConfig- a consumer that will call methods onS3FileSystemConfig.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-