Interface PersistentStorageConfiguration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<PersistentStorageConfiguration.Builder,PersistentStorageConfiguration>,SdkBuilder<PersistentStorageConfiguration.Builder,PersistentStorageConfiguration>,SdkPojo
- Enclosing class:
- PersistentStorageConfiguration
public static interface PersistentStorageConfiguration.Builder extends SdkPojo, CopyableBuilder<PersistentStorageConfiguration.Builder,PersistentStorageConfiguration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PersistentStorageConfiguration.BuildersizeInGiB(Integer sizeInGiB)The size of the persistent storage in gigabytes (specifically GiB).-
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 Detail
-
sizeInGiB
PersistentStorageConfiguration.Builder sizeInGiB(Integer sizeInGiB)
The size of the persistent storage in gigabytes (specifically GiB).
Valid values for storage are based on memory sizes in 16GB increments. Valid values are 16, 32, and 64.
- Parameters:
sizeInGiB- The size of the persistent storage in gigabytes (specifically GiB).Valid values for storage are based on memory sizes in 16GB increments. Valid values are 16, 32, and 64.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-