Interface RDSInstanceEstimatedMonthlySavings.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<RDSInstanceEstimatedMonthlySavings.Builder,RDSInstanceEstimatedMonthlySavings>,SdkBuilder<RDSInstanceEstimatedMonthlySavings.Builder,RDSInstanceEstimatedMonthlySavings>,SdkPojo
- Enclosing class:
- RDSInstanceEstimatedMonthlySavings
public static interface RDSInstanceEstimatedMonthlySavings.Builder extends SdkPojo, CopyableBuilder<RDSInstanceEstimatedMonthlySavings.Builder,RDSInstanceEstimatedMonthlySavings>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RDSInstanceEstimatedMonthlySavings.Buildercurrency(String currency)The currency of the estimated monthly savings.RDSInstanceEstimatedMonthlySavings.Buildercurrency(Currency currency)The currency of the estimated monthly savings.RDSInstanceEstimatedMonthlySavings.Buildervalue(Double value)The value of the estimated monthly savings for Amazon RDS instances.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
currency
RDSInstanceEstimatedMonthlySavings.Builder currency(String currency)
The currency of the estimated monthly savings.
-
currency
RDSInstanceEstimatedMonthlySavings.Builder currency(Currency currency)
The currency of the estimated monthly savings.
-
value
RDSInstanceEstimatedMonthlySavings.Builder value(Double value)
The value of the estimated monthly savings for Amazon RDS instances.
- Parameters:
value- The value of the estimated monthly savings for Amazon RDS instances.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-