public static interface Spend.Builder extends CopyableBuilder<Spend.Builder,Spend>
| Modifier and Type | Method and Description |
|---|---|
Spend.Builder |
amount(BigDecimal amount)
Sets the value of the Amount property for this object.
|
Spend.Builder |
unit(String unit)
Sets the value of the Unit property for this object.
|
copyapply, buildSpend.Builder amount(BigDecimal amount)
amount - The new value for the Amount property for this object.Spend.Builder unit(String unit)
unit - The new value for the Unit property for this object.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.