Interface PersistentStorageConfiguration.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<PersistentStorageConfiguration.Builder,,- PersistentStorageConfiguration> - SdkBuilder<PersistentStorageConfiguration.Builder,,- PersistentStorageConfiguration> - SdkPojo
- Enclosing class:
- PersistentStorageConfiguration
@Mutable
@NotThreadSafe
public static interface PersistentStorageConfiguration.Builder
extends SdkPojo, CopyableBuilder<PersistentStorageConfiguration.Builder,PersistentStorageConfiguration> 
- 
Method SummaryModifier and TypeMethodDescriptionThe size of the persistent storage in gigabytes (specifically GiB).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- 
sizeInGiBThe 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.
 
 
-