Interface Total.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<Total.Builder,Total>,SdkBuilder<Total.Builder,Total>,SdkPojo
- Enclosing class:
- Total
public static interface Total.Builder extends SdkPojo, CopyableBuilder<Total.Builder,Total>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Total.Builderamount(String amount)The total usage.Total.Builderunit(String unit)The currency unit that the amount is given in.-
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
-
amount
Total.Builder amount(String amount)
The total usage.
- Parameters:
amount- The total usage.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
unit
Total.Builder unit(String unit)
The currency unit that the amount is given in.
- Parameters:
unit- The currency unit that the amount is given in.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-