Interface CustomFileSystemConfig.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<CustomFileSystemConfig.Builder,CustomFileSystemConfig>
,SdkBuilder<CustomFileSystemConfig.Builder,CustomFileSystemConfig>
,SdkPojo
- Enclosing class:
- CustomFileSystemConfig
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.Builder
efsFileSystemConfig(Consumer<EFSFileSystemConfig.Builder> efsFileSystemConfig)
The settings for a custom Amazon EFS file system.CustomFileSystemConfig.Builder
efsFileSystemConfig(EFSFileSystemConfig efsFileSystemConfig)
The settings for a custom Amazon EFS file system.default CustomFileSystemConfig.Builder
fSxLustreFileSystemConfig(Consumer<FSxLustreFileSystemConfig.Builder> fSxLustreFileSystemConfig)
The settings for a custom Amazon FSx for Lustre file system.CustomFileSystemConfig.Builder
fSxLustreFileSystemConfig(FSxLustreFileSystemConfig fSxLustreFileSystemConfig)
The settings for a custom Amazon FSx for Lustre 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.Builder
avoiding the need to create one manually viaEFSFileSystemConfig.builder()
.When the
Consumer
completes,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.Builder
avoiding the need to create one manually viaFSxLustreFileSystemConfig.builder()
.When the
Consumer
completes,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)
-
-