Interface RelationalDatabaseHardware.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<RelationalDatabaseHardware.Builder,
,RelationalDatabaseHardware> SdkBuilder<RelationalDatabaseHardware.Builder,
,RelationalDatabaseHardware> SdkPojo
- Enclosing class:
RelationalDatabaseHardware
public static interface RelationalDatabaseHardware.Builder
extends SdkPojo, CopyableBuilder<RelationalDatabaseHardware.Builder,RelationalDatabaseHardware>
-
Method Summary
Modifier and TypeMethodDescriptionThe number of vCPUs for the database.diskSizeInGb
(Integer diskSizeInGb) The size of the disk for the database.ramSizeInGb
(Float ramSizeInGb) The amount of RAM in GB for the database.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, sdkFields
-
Method Details
-
cpuCount
The number of vCPUs for the database.
- Parameters:
cpuCount
- The number of vCPUs for the database.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
diskSizeInGb
The size of the disk for the database.
- Parameters:
diskSizeInGb
- The size of the disk for the database.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ramSizeInGb
The amount of RAM in GB for the database.
- Parameters:
ramSizeInGb
- The amount of RAM in GB for the database.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-