Interface RelationalDatabaseHardware.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<RelationalDatabaseHardware.Builder,,- RelationalDatabaseHardware> - SdkBuilder<RelationalDatabaseHardware.Builder,,- RelationalDatabaseHardware> - SdkPojo
- Enclosing class:
- RelationalDatabaseHardware
@Mutable
@NotThreadSafe
public static interface RelationalDatabaseHardware.Builder
extends SdkPojo, CopyableBuilder<RelationalDatabaseHardware.Builder,RelationalDatabaseHardware> 
- 
Method SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
cpuCountThe 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.
 
- 
diskSizeInGbThe 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.
 
- 
ramSizeInGbThe 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.
 
 
-