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