Package com.oracle.bmc.database.model
Class EstimateCostSavingsSummaryCollection.Builder
- java.lang.Object
-
- com.oracle.bmc.database.model.EstimateCostSavingsSummaryCollection.Builder
-
- Enclosing class:
- EstimateCostSavingsSummaryCollection
public static class EstimateCostSavingsSummaryCollection.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EstimateCostSavingsSummaryCollectionbuild()EstimateCostSavingsSummaryCollection.Buildercopy(EstimateCostSavingsSummaryCollection model)EstimateCostSavingsSummaryCollection.Builderitems(List<EstimateCostSavingSummary> items)List of estimate cost saving summary.
-
-
-
Method Detail
-
items
public EstimateCostSavingsSummaryCollection.Builder items(List<EstimateCostSavingSummary> items)
List of estimate cost saving summary.- Parameters:
items- the value to set- Returns:
- this builder
-
build
public EstimateCostSavingsSummaryCollection build()
-
copy
public EstimateCostSavingsSummaryCollection.Builder copy(EstimateCostSavingsSummaryCollection model)
-
-