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 TypeMethodDescriptionThe storage volume.The storage type.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
-
type
The storage type.
- Parameters:
type
- The storage type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sizeInGb
The storage volume.
- Parameters:
sizeInGb
- The storage volume.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-