public static interface Total.Builder extends SdkPojo, CopyableBuilder<Total.Builder,Total>
Modifier and Type | Method and Description |
---|---|
Total.Builder |
amount(String amount)
The total usage.
|
Total.Builder |
unit(String unit)
The currency unit that the amount is given in.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
Total.Builder amount(String amount)
The total usage.
amount
- The total usage.Total.Builder unit(String unit)
The currency unit that the amount is given in.
unit
- The currency unit that the amount is given in.Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.