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