public static interface Spend.Builder extends SdkPojo, CopyableBuilder<Spend.Builder,Spend>
Modifier and Type | Method and Description |
---|---|
Spend.Builder |
amount(BigDecimal amount)
The cost or usage amount that is associated with a budget forecast, actual spend, or budget threshold.
|
Spend.Builder |
unit(String unit)
The unit of measurement that is used for the budget forecast, actual spend, or budget threshold, such as
dollars or GB.
|
copy
applyMutation, build
Spend.Builder amount(BigDecimal amount)
The cost or usage amount that is associated with a budget forecast, actual spend, or budget threshold.
amount
- The cost or usage amount that is associated with a budget forecast, actual spend, or budget threshold.Spend.Builder unit(String unit)
The unit of measurement that is used for the budget forecast, actual spend, or budget threshold, such as dollars or GB.
unit
- The unit of measurement that is used for the budget forecast, actual spend, or budget threshold, such
as dollars or GB.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.