Class InventoryResourceCollection.Builder
- java.lang.Object
-
- com.oracle.bmc.fleetappsmanagement.model.InventoryResourceCollection.Builder
-
- Enclosing class:
- InventoryResourceCollection
public static class InventoryResourceCollection.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InventoryResourceCollection
build()
InventoryResourceCollection.Builder
copy(InventoryResourceCollection model)
InventoryResourceCollection.Builder
items(List<InventoryResourceSummary> items)
List of InventoryResources.
-
-
-
Method Detail
-
items
public InventoryResourceCollection.Builder items(List<InventoryResourceSummary> items)
List of InventoryResources.- Parameters:
items
- the value to set- Returns:
- this builder
-
build
public InventoryResourceCollection build()
-
copy
public InventoryResourceCollection.Builder copy(InventoryResourceCollection model)
-
-