Interface CustomFileSystemConfig.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<CustomFileSystemConfig.Builder,CustomFileSystemConfig>,SdkBuilder<CustomFileSystemConfig.Builder,CustomFileSystemConfig>,SdkPojo
- Enclosing class:
- CustomFileSystemConfig
@Mutable @NotThreadSafe public static interface CustomFileSystemConfig.Builder extends SdkPojo, CopyableBuilder<CustomFileSystemConfig.Builder,CustomFileSystemConfig>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default CustomFileSystemConfig.BuilderefsFileSystemConfig(Consumer<EFSFileSystemConfig.Builder> efsFileSystemConfig)The settings for a custom Amazon EFS file system.CustomFileSystemConfig.BuilderefsFileSystemConfig(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.CustomFileSystemConfig.BuilderfSxLustreFileSystemConfig(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.CustomFileSystemConfig.Builders3FileSystemConfig(S3FileSystemConfig s3FileSystemConfig)Configuration settings for a custom Amazon S3 file system.-
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
-
efsFileSystemConfig
CustomFileSystemConfig.Builder efsFileSystemConfig(EFSFileSystemConfig 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:
efsFileSystemConfig(EFSFileSystemConfig)
-
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:
fSxLustreFileSystemConfig(FSxLustreFileSystemConfig)
-
s3FileSystemConfig
CustomFileSystemConfig.Builder s3FileSystemConfig(S3FileSystemConfig 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:
s3FileSystemConfig(S3FileSystemConfig)
-
-