Interface CustomFileSystemConfig.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<CustomFileSystemConfig.Builder,,- CustomFileSystemConfig> - SdkBuilder<CustomFileSystemConfig.Builder,,- CustomFileSystemConfig> - SdkPojo
- Enclosing class:
- CustomFileSystemConfig
- 
Method SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
efsFileSystemConfigThe 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.
 
- 
efsFileSystemConfigdefault 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 on- EFSFileSystemConfig.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
fSxLustreFileSystemConfigCustomFileSystemConfig.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.
 
- 
fSxLustreFileSystemConfigdefault 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 on- FSxLustreFileSystemConfig.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
s3FileSystemConfigConfiguration 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.
 
- 
s3FileSystemConfigdefault 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 on- S3FileSystemConfig.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-