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