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