Interface StorageConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<StorageConfiguration.Builder,
,StorageConfiguration> SdkBuilder<StorageConfiguration.Builder,
,StorageConfiguration> SdkPojo
- Enclosing class:
StorageConfiguration
public static interface StorageConfiguration.Builder
extends SdkPojo, CopyableBuilder<StorageConfiguration.Builder,StorageConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptiondefault StorageConfiguration.Builder
Defines the storage configuration for an Amazon EFS file system.Defines the storage configuration for an Amazon EFS file system.default StorageConfiguration.Builder
Defines the storage configuration for an Amazon FSx file system.Defines the storage configuration for an Amazon FSx 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, sdkFields
-
Method Details
-
efs
Defines the storage configuration for an Amazon EFS file system.
- Parameters:
efs
- Defines the storage configuration for an Amazon EFS file system.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
efs
Defines the storage configuration for an Amazon EFS file system.
This is a convenience method that creates an instance of theEfsStorageConfiguration.Builder
avoiding the need to create one manually viaEfsStorageConfiguration.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toefs(EfsStorageConfiguration)
.- Parameters:
efs
- a consumer that will call methods onEfsStorageConfiguration.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
fsx
Defines the storage configuration for an Amazon FSx file system.
- Parameters:
fsx
- Defines the storage configuration for an Amazon FSx file system.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fsx
Defines the storage configuration for an Amazon FSx file system.
This is a convenience method that creates an instance of theFsxStorageConfiguration.Builder
avoiding the need to create one manually viaFsxStorageConfiguration.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tofsx(FsxStorageConfiguration)
.- Parameters:
fsx
- a consumer that will call methods onFsxStorageConfiguration.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-