Interface EBSEstimatedMonthlySavings.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<EBSEstimatedMonthlySavings.Builder,
,EBSEstimatedMonthlySavings> SdkBuilder<EBSEstimatedMonthlySavings.Builder,
,EBSEstimatedMonthlySavings> SdkPojo
- Enclosing class:
EBSEstimatedMonthlySavings
@Mutable
@NotThreadSafe
public static interface EBSEstimatedMonthlySavings.Builder
extends SdkPojo, CopyableBuilder<EBSEstimatedMonthlySavings.Builder,EBSEstimatedMonthlySavings>
-
Method Summary
Modifier and TypeMethodDescriptionThe currency of the estimated monthly savings.The currency of the estimated monthly savings.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, sdkFieldNameToField, sdkFields
-
Method Details
-
currency
The currency of the estimated monthly savings.
- Parameters:
currency
- The currency of the estimated monthly savings.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
currency
The currency of the estimated monthly savings.
- Parameters:
currency
- The currency of the estimated monthly savings.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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.
-