CurrentMonthlyCost.Builder |
CurrentMonthlyCost.Builder.assetCount(Integer assetCount) |
Number of assets used in this calculation.
|
static CurrentMonthlyCost.Builder |
CurrentMonthlyCost.builder() |
Create a new builder.
|
CurrentMonthlyCost.Builder |
CurrentMonthlyCost.Builder.computeAmount(BigDecimal computeAmount) |
Current monthly compute costs.
|
CurrentMonthlyCost.Builder |
CurrentMonthlyCost.Builder.copy(CurrentMonthlyCost model) |
|
CurrentMonthlyCost.Builder |
CurrentMonthlyCost.Builder.currencyCode(String currencyCode) |
Currency code as defined by ISO-4217.
|
CurrentMonthlyCost.Builder |
CurrentMonthlyCost.Builder.storageAmount(BigDecimal storageAmount) |
Current monthly storage costs.
|
CurrentMonthlyCost.Builder |
CurrentMonthlyCost.toBuilder() |
|