public static interface RdsConfiguration.Builder extends SdkPojo, CopyableBuilder<RdsConfiguration.Builder,RdsConfiguration>
| Modifier and Type | Method and Description |
|---|---|
RdsConfiguration.Builder |
deploymentOption(String deploymentOption)
Describes the deployment option for the recommended Amazon RDS DB instance.
|
RdsConfiguration.Builder |
engineEdition(String engineEdition)
Describes the recommended target Amazon RDS engine edition.
|
RdsConfiguration.Builder |
engineVersion(String engineVersion)
Describes the recommended target Amazon RDS engine version.
|
RdsConfiguration.Builder |
instanceMemory(Double instanceMemory)
Describes the memory on the recommended Amazon RDS DB instance that meets your requirements.
|
RdsConfiguration.Builder |
instanceType(String instanceType)
Describes the recommended target Amazon RDS instance type.
|
RdsConfiguration.Builder |
instanceVcpu(Double instanceVcpu)
Describes the number of virtual CPUs (vCPU) on the recommended Amazon RDS DB instance that meets your
requirements.
|
RdsConfiguration.Builder |
storageIops(Integer storageIops)
Describes the number of I/O operations completed each second (IOPS) on the recommended Amazon RDS DB instance
that meets your requirements.
|
RdsConfiguration.Builder |
storageSize(Integer storageSize)
Describes the storage size of the recommended Amazon RDS DB instance that meets your requirements.
|
RdsConfiguration.Builder |
storageType(String storageType)
Describes the storage type of the recommended Amazon RDS DB instance that meets your requirements.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRdsConfiguration.Builder engineEdition(String engineEdition)
Describes the recommended target Amazon RDS engine edition.
engineEdition - Describes the recommended target Amazon RDS engine edition.RdsConfiguration.Builder instanceType(String instanceType)
Describes the recommended target Amazon RDS instance type.
instanceType - Describes the recommended target Amazon RDS instance type.RdsConfiguration.Builder instanceVcpu(Double instanceVcpu)
Describes the number of virtual CPUs (vCPU) on the recommended Amazon RDS DB instance that meets your requirements.
instanceVcpu - Describes the number of virtual CPUs (vCPU) on the recommended Amazon RDS DB instance that meets your
requirements.RdsConfiguration.Builder instanceMemory(Double instanceMemory)
Describes the memory on the recommended Amazon RDS DB instance that meets your requirements.
instanceMemory - Describes the memory on the recommended Amazon RDS DB instance that meets your requirements.RdsConfiguration.Builder storageType(String storageType)
Describes the storage type of the recommended Amazon RDS DB instance that meets your requirements.
Amazon RDS provides three storage types: General Purpose SSD (also known as gp2 and gp3), Provisioned IOPS SSD (also known as io1), and magnetic (also known as standard).
storageType - Describes the storage type of the recommended Amazon RDS DB instance that meets your requirements.
Amazon RDS provides three storage types: General Purpose SSD (also known as gp2 and gp3), Provisioned IOPS SSD (also known as io1), and magnetic (also known as standard).
RdsConfiguration.Builder storageSize(Integer storageSize)
Describes the storage size of the recommended Amazon RDS DB instance that meets your requirements.
storageSize - Describes the storage size of the recommended Amazon RDS DB instance that meets your requirements.RdsConfiguration.Builder storageIops(Integer storageIops)
Describes the number of I/O operations completed each second (IOPS) on the recommended Amazon RDS DB instance that meets your requirements.
storageIops - Describes the number of I/O operations completed each second (IOPS) on the recommended Amazon RDS DB
instance that meets your requirements.RdsConfiguration.Builder deploymentOption(String deploymentOption)
Describes the deployment option for the recommended Amazon RDS DB instance. The deployment options include
Multi-AZ and Single-AZ deployments. Valid values include "MULTI_AZ" and "SINGLE_AZ"
.
deploymentOption - Describes the deployment option for the recommended Amazon RDS DB instance. The deployment options
include Multi-AZ and Single-AZ deployments. Valid values include "MULTI_AZ" and
"SINGLE_AZ".RdsConfiguration.Builder engineVersion(String engineVersion)
Describes the recommended target Amazon RDS engine version.
engineVersion - Describes the recommended target Amazon RDS engine version.Copyright © 2023. All rights reserved.