Interface RDSStorageEstimatedMonthlySavings.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<RDSStorageEstimatedMonthlySavings.Builder,RDSStorageEstimatedMonthlySavings>,SdkBuilder<RDSStorageEstimatedMonthlySavings.Builder,RDSStorageEstimatedMonthlySavings>,SdkPojo
- Enclosing class:
- RDSStorageEstimatedMonthlySavings
public static interface RDSStorageEstimatedMonthlySavings.Builder extends SdkPojo, CopyableBuilder<RDSStorageEstimatedMonthlySavings.Builder,RDSStorageEstimatedMonthlySavings>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RDSStorageEstimatedMonthlySavings.Buildercurrency(String currency)The currency of the estimated monthly savings.RDSStorageEstimatedMonthlySavings.Buildercurrency(Currency currency)The currency of the estimated monthly savings.RDSStorageEstimatedMonthlySavings.Buildervalue(Double value)The value of the estimated monthly savings for Amazon RDS storage.-
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
RDSStorageEstimatedMonthlySavings.Builder currency(String currency)
The currency of the estimated monthly savings.
-
currency
RDSStorageEstimatedMonthlySavings.Builder currency(Currency currency)
The currency of the estimated monthly savings.
-
value
RDSStorageEstimatedMonthlySavings.Builder value(Double value)
The value of the estimated monthly savings for Amazon RDS storage.
- Parameters:
value- The value of the estimated monthly savings for Amazon RDS storage.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-