public static interface RelationalDatabaseHardware.Builder extends SdkPojo, CopyableBuilder<RelationalDatabaseHardware.Builder,RelationalDatabaseHardware>
Modifier and Type | Method and Description |
---|---|
RelationalDatabaseHardware.Builder |
cpuCount(Integer cpuCount)
The number of vCPUs for the database.
|
RelationalDatabaseHardware.Builder |
diskSizeInGb(Integer diskSizeInGb)
The size of the disk for the database.
|
RelationalDatabaseHardware.Builder |
ramSizeInGb(Float ramSizeInGb)
The amount of RAM in GB for the database.
|
copy
applyMutation, build
RelationalDatabaseHardware.Builder cpuCount(Integer cpuCount)
The number of vCPUs for the database.
cpuCount
- The number of vCPUs for the database.RelationalDatabaseHardware.Builder diskSizeInGb(Integer diskSizeInGb)
The size of the disk for the database.
diskSizeInGb
- The size of the disk for the database.RelationalDatabaseHardware.Builder ramSizeInGb(Float ramSizeInGb)
The amount of RAM in GB for the database.
ramSizeInGb
- The amount of RAM in GB for the database.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.