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