Interface StorageConfiguration.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<StorageConfiguration.Builder,,- StorageConfiguration> - SdkBuilder<StorageConfiguration.Builder,,- StorageConfiguration> - SdkPojo
- Enclosing class:
- StorageConfiguration
@Mutable
@NotThreadSafe
public static interface StorageConfiguration.Builder
extends SdkPojo, CopyableBuilder<StorageConfiguration.Builder,StorageConfiguration> 
- 
Method SummaryModifier and TypeMethodDescriptiondefault StorageConfiguration.BuilderDefines the storage configuration for an Amazon EFS file system.Defines the storage configuration for an Amazon EFS file system.default StorageConfiguration.BuilderDefines 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
efsDefines 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.
 
- 
efsDefines the storage configuration for an Amazon EFS file system. This is a convenience method that creates an instance of theEfsStorageConfiguration.Builderavoiding the need to create one manually viaEfsStorageConfiguration.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toefs(EfsStorageConfiguration).- Parameters:
- efs- a consumer that will call methods on- EfsStorageConfiguration.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
fsxDefines 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.
 
- 
fsxDefines the storage configuration for an Amazon FSx file system. This is a convenience method that creates an instance of theFsxStorageConfiguration.Builderavoiding the need to create one manually viaFsxStorageConfiguration.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tofsx(FsxStorageConfiguration).- Parameters:
- fsx- a consumer that will call methods on- FsxStorageConfiguration.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-