Package com.oracle.bmc.opsi.model
Class ImportableComputeEntitySummaryCollection.Builder
- java.lang.Object
-
- com.oracle.bmc.opsi.model.ImportableComputeEntitySummaryCollection.Builder
-
- Enclosing class:
- ImportableComputeEntitySummaryCollection
public static class ImportableComputeEntitySummaryCollection.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ImportableComputeEntitySummaryCollection
build()
ImportableComputeEntitySummaryCollection.Builder
copy(ImportableComputeEntitySummaryCollection model)
ImportableComputeEntitySummaryCollection.Builder
items(List<ImportableComputeEntitySummary> items)
Array of importable compute entity objects.
-
-
-
Method Detail
-
items
public ImportableComputeEntitySummaryCollection.Builder items(List<ImportableComputeEntitySummary> items)
Array of importable compute entity objects.- Parameters:
items
- the value to set- Returns:
- this builder
-
build
public ImportableComputeEntitySummaryCollection build()
-
copy
public ImportableComputeEntitySummaryCollection.Builder copy(ImportableComputeEntitySummaryCollection model)
-
-