Interface PersistentStorage.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<PersistentStorage.Builder,
,PersistentStorage> SdkBuilder<PersistentStorage.Builder,
,PersistentStorage> SdkPojo
- Enclosing class:
PersistentStorage
@Mutable
@NotThreadSafe
public static interface PersistentStorage.Builder
extends SdkPojo, CopyableBuilder<PersistentStorage.Builder,PersistentStorage>
-
Method Summary
Modifier and TypeMethodDescriptionThe 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, 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.
-