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
Modifier and TypeMethodDescriptionThe size of the persistent storage in gigabytes (specifically GiB).Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
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.
 
 
 -