Interface ExadbVmClusterStorageDetails.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ExadbVmClusterStorageDetails.Builder,,ExadbVmClusterStorageDetails> SdkBuilder<ExadbVmClusterStorageDetails.Builder,,ExadbVmClusterStorageDetails> SdkPojo
- Enclosing class:
ExadbVmClusterStorageDetails
@Mutable
@NotThreadSafe
public static interface ExadbVmClusterStorageDetails.Builder
extends SdkPojo, CopyableBuilder<ExadbVmClusterStorageDetails.Builder,ExadbVmClusterStorageDetails>
-
Method Summary
Modifier and TypeMethodDescriptiontotalSizeInGBs(Integer totalSizeInGBs) The total storage size, in gigabytes (GB).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
-
totalSizeInGBs
The total storage size, in gigabytes (GB).
- Parameters:
totalSizeInGBs- The total storage size, in gigabytes (GB).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-