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