public static interface RDSInstanceDetails.Builder extends SdkPojo, CopyableBuilder<RDSInstanceDetails.Builder,RDSInstanceDetails>
Modifier and Type | Method and Description |
---|---|
RDSInstanceDetails.Builder |
currentGeneration(Boolean currentGeneration)
Whether the recommendation is for a current generation instance.
|
RDSInstanceDetails.Builder |
databaseEdition(String databaseEdition)
The database edition that the recommended reservation supports.
|
RDSInstanceDetails.Builder |
databaseEngine(String databaseEngine)
The database engine that the recommended reservation supports.
|
RDSInstanceDetails.Builder |
deploymentOption(String deploymentOption)
Whether the recommendation is for a reservation in a single Availability Zone or a reservation with a backup
in a second Availability Zone.
|
RDSInstanceDetails.Builder |
family(String family)
The instance family of the recommended reservation.
|
RDSInstanceDetails.Builder |
instanceType(String instanceType)
The type of instance that AWS recommends.
|
RDSInstanceDetails.Builder |
licenseModel(String licenseModel)
The license model that the recommended reservation supports.
|
RDSInstanceDetails.Builder |
region(String region)
The AWS Region of the recommended reservation.
|
RDSInstanceDetails.Builder |
sizeFlexEligible(Boolean sizeFlexEligible)
Whether the recommended reservation is size flexible.
|
copy
applyMutation, build
RDSInstanceDetails.Builder family(String family)
The instance family of the recommended reservation.
family
- The instance family of the recommended reservation.RDSInstanceDetails.Builder instanceType(String instanceType)
The type of instance that AWS recommends.
instanceType
- The type of instance that AWS recommends.RDSInstanceDetails.Builder region(String region)
The AWS Region of the recommended reservation.
region
- The AWS Region of the recommended reservation.RDSInstanceDetails.Builder databaseEngine(String databaseEngine)
The database engine that the recommended reservation supports.
databaseEngine
- The database engine that the recommended reservation supports.RDSInstanceDetails.Builder databaseEdition(String databaseEdition)
The database edition that the recommended reservation supports.
databaseEdition
- The database edition that the recommended reservation supports.RDSInstanceDetails.Builder deploymentOption(String deploymentOption)
Whether the recommendation is for a reservation in a single Availability Zone or a reservation with a backup in a second Availability Zone.
deploymentOption
- Whether the recommendation is for a reservation in a single Availability Zone or a reservation with a
backup in a second Availability Zone.RDSInstanceDetails.Builder licenseModel(String licenseModel)
The license model that the recommended reservation supports.
licenseModel
- The license model that the recommended reservation supports.RDSInstanceDetails.Builder currentGeneration(Boolean currentGeneration)
Whether the recommendation is for a current generation instance.
currentGeneration
- Whether the recommendation is for a current generation instance.RDSInstanceDetails.Builder sizeFlexEligible(Boolean sizeFlexEligible)
Whether the recommended reservation is size flexible.
sizeFlexEligible
- Whether the recommended reservation is size flexible.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.