Interface EstimatedMonthlySavings.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<EstimatedMonthlySavings.Builder,EstimatedMonthlySavings>,SdkBuilder<EstimatedMonthlySavings.Builder,EstimatedMonthlySavings>,SdkPojo
- Enclosing class:
- EstimatedMonthlySavings
public static interface EstimatedMonthlySavings.Builder extends SdkPojo, CopyableBuilder<EstimatedMonthlySavings.Builder,EstimatedMonthlySavings>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EstimatedMonthlySavings.Buildercurrency(String currency)The currency of the estimated monthly savings.EstimatedMonthlySavings.Buildercurrency(Currency currency)The currency of the estimated monthly savings.EstimatedMonthlySavings.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
EstimatedMonthlySavings.Builder currency(String currency)
The currency of the estimated monthly savings.
-
currency
EstimatedMonthlySavings.Builder currency(Currency currency)
The currency of the estimated monthly savings.
-
value
EstimatedMonthlySavings.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.
-
-