public static interface RelationalDatabaseBundle.Builder extends SdkPojo, CopyableBuilder<RelationalDatabaseBundle.Builder,RelationalDatabaseBundle>
| Modifier and Type | Method and Description |
|---|---|
RelationalDatabaseBundle.Builder |
bundleId(String bundleId)
The ID for the database bundle.
|
RelationalDatabaseBundle.Builder |
cpuCount(Integer cpuCount)
The number of virtual CPUs (vCPUs) for the database bundle.
|
RelationalDatabaseBundle.Builder |
diskSizeInGb(Integer diskSizeInGb)
The size of the disk for the database bundle.
|
RelationalDatabaseBundle.Builder |
isActive(Boolean isActive)
A Boolean value indicating whether the database bundle is active.
|
RelationalDatabaseBundle.Builder |
isEncrypted(Boolean isEncrypted)
A Boolean value indicating whether the database bundle is encrypted.
|
RelationalDatabaseBundle.Builder |
name(String name)
The name for the database bundle.
|
RelationalDatabaseBundle.Builder |
price(Float price)
The cost of the database bundle in US currency.
|
RelationalDatabaseBundle.Builder |
ramSizeInGb(Float ramSizeInGb)
The amount of RAM in GB (for example,
2.0) for the database bundle. |
RelationalDatabaseBundle.Builder |
transferPerMonthInGb(Integer transferPerMonthInGb)
The data transfer rate per month in GB for the database bundle.
|
copyapplyMutation, buildRelationalDatabaseBundle.Builder bundleId(String bundleId)
The ID for the database bundle.
bundleId - The ID for the database bundle.RelationalDatabaseBundle.Builder name(String name)
The name for the database bundle.
name - The name for the database bundle.RelationalDatabaseBundle.Builder price(Float price)
The cost of the database bundle in US currency.
price - The cost of the database bundle in US currency.RelationalDatabaseBundle.Builder ramSizeInGb(Float ramSizeInGb)
The amount of RAM in GB (for example, 2.0) for the database bundle.
ramSizeInGb - The amount of RAM in GB (for example, 2.0) for the database bundle.RelationalDatabaseBundle.Builder diskSizeInGb(Integer diskSizeInGb)
The size of the disk for the database bundle.
diskSizeInGb - The size of the disk for the database bundle.RelationalDatabaseBundle.Builder transferPerMonthInGb(Integer transferPerMonthInGb)
The data transfer rate per month in GB for the database bundle.
transferPerMonthInGb - The data transfer rate per month in GB for the database bundle.RelationalDatabaseBundle.Builder cpuCount(Integer cpuCount)
The number of virtual CPUs (vCPUs) for the database bundle.
cpuCount - The number of virtual CPUs (vCPUs) for the database bundle.RelationalDatabaseBundle.Builder isEncrypted(Boolean isEncrypted)
A Boolean value indicating whether the database bundle is encrypted.
isEncrypted - A Boolean value indicating whether the database bundle is encrypted.RelationalDatabaseBundle.Builder isActive(Boolean isActive)
A Boolean value indicating whether the database bundle is active.
isActive - A Boolean value indicating whether the database bundle is active.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.