Interface EphemeralStorageConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<EphemeralStorageConfiguration.Builder,,EphemeralStorageConfiguration> SdkBuilder<EphemeralStorageConfiguration.Builder,,EphemeralStorageConfiguration> SdkPojo
- Enclosing class:
EphemeralStorageConfiguration
@Mutable
@NotThreadSafe
public static interface EphemeralStorageConfiguration.Builder
extends SdkPojo, CopyableBuilder<EphemeralStorageConfiguration.Builder,EphemeralStorageConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionstorageClass(String storageClass) Storage type that determines I/O performance family and level.storageClass(StorageClass storageClass) Storage type that determines I/O performance family and level.storageSizeInGiB(Integer storageSizeInGiB) Storage volume size in 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
-
storageClass
Storage type that determines I/O performance family and level.
- Parameters:
storageClass- Storage type that determines I/O performance family and level.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
storageClass
Storage type that determines I/O performance family and level.
- Parameters:
storageClass- Storage type that determines I/O performance family and level.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
storageSizeInGiB
Storage volume size in GiB.
- Parameters:
storageSizeInGiB- Storage volume size in GiB.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-