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