Interface ReservedDBInstancesOffering.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<ReservedDBInstancesOffering.Builder,,- ReservedDBInstancesOffering> - SdkBuilder<ReservedDBInstancesOffering.Builder,,- ReservedDBInstancesOffering> - SdkPojo
- Enclosing class:
- ReservedDBInstancesOffering
- 
Method SummaryModifier and TypeMethodDescriptioncurrencyCode(String currencyCode) The currency code for the reserved DB instance offering.dbInstanceClass(String dbInstanceClass) The DB instance class for the reserved DB instance.The duration of the offering in seconds.fixedPrice(Double fixedPrice) The fixed price charged for this offering.Indicates whether the offering applies to Multi-AZ deployments.offeringType(String offeringType) The offering type.productDescription(String productDescription) The database engine used by the offering.recurringCharges(Collection<RecurringCharge> recurringCharges) The recurring price charged to run this reserved DB instance.recurringCharges(Consumer<RecurringCharge.Builder>... recurringCharges) The recurring price charged to run this reserved DB instance.recurringCharges(RecurringCharge... recurringCharges) The recurring price charged to run this reserved DB instance.reservedDBInstancesOfferingId(String reservedDBInstancesOfferingId) The offering identifier.usagePrice(Double usagePrice) The hourly price charged for this offering.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- 
reservedDBInstancesOfferingIdReservedDBInstancesOffering.Builder reservedDBInstancesOfferingId(String reservedDBInstancesOfferingId) The offering identifier. - Parameters:
- reservedDBInstancesOfferingId- The offering identifier.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
dbInstanceClassThe DB instance class for the reserved DB instance. - Parameters:
- dbInstanceClass- The DB instance class for the reserved DB instance.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
durationThe duration of the offering in seconds. - Parameters:
- duration- The duration of the offering in seconds.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
fixedPriceThe fixed price charged for this offering. - Parameters:
- fixedPrice- The fixed price charged for this offering.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
usagePriceThe hourly price charged for this offering. - Parameters:
- usagePrice- The hourly price charged for this offering.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
currencyCodeThe currency code for the reserved DB instance offering. - Parameters:
- currencyCode- The currency code for the reserved DB instance offering.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
productDescriptionThe database engine used by the offering. - Parameters:
- productDescription- The database engine used by the offering.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
offeringTypeThe offering type. - Parameters:
- offeringType- The offering type.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
multiAZIndicates whether the offering applies to Multi-AZ deployments. - Parameters:
- multiAZ- Indicates whether the offering applies to Multi-AZ deployments.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
recurringChargesThe recurring price charged to run this reserved DB instance. - Parameters:
- recurringCharges- The recurring price charged to run this reserved DB instance.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
recurringChargesThe recurring price charged to run this reserved DB instance. - Parameters:
- recurringCharges- The recurring price charged to run this reserved DB instance.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
recurringChargesReservedDBInstancesOffering.Builder recurringCharges(Consumer<RecurringCharge.Builder>... recurringCharges) The recurring price charged to run this reserved DB instance. This is a convenience method that creates an instance of theRecurringCharge.Builderavoiding the need to create one manually viaRecurringCharge.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed torecurringCharges(List<RecurringCharge>).- Parameters:
- recurringCharges- a consumer that will call methods on- RecurringCharge.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-