public static class StorageCostEstimation.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
StorageCostEstimation |
build() |
StorageCostEstimation.Builder |
copy(StorageCostEstimation model) |
StorageCostEstimation.Builder |
totalGbPerMonth(BigDecimal totalGbPerMonth)
Gigabyte storage capacity per month.
|
StorageCostEstimation.Builder |
totalGbPerMonthBySubscription(BigDecimal totalGbPerMonthBySubscription)
Gigabyte storage capacity per month by subscription.
|
StorageCostEstimation.Builder |
volumes(List<VolumeCostEstimation> volumes)
Volume estimation
|
public StorageCostEstimation.Builder volumes(List<VolumeCostEstimation> volumes)
Volume estimation
volumes
- the value to setpublic StorageCostEstimation.Builder totalGbPerMonth(BigDecimal totalGbPerMonth)
Gigabyte storage capacity per month.
totalGbPerMonth
- the value to setpublic StorageCostEstimation.Builder totalGbPerMonthBySubscription(BigDecimal totalGbPerMonthBySubscription)
Gigabyte storage capacity per month by subscription.
totalGbPerMonthBySubscription
- the value to setpublic StorageCostEstimation build()
public StorageCostEstimation.Builder copy(StorageCostEstimation model)
Copyright © 2016–2024. All rights reserved.