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