Class CccInfrastructureCollection.Builder
- java.lang.Object
-
- com.oracle.bmc.computecloudatcustomer.model.CccInfrastructureCollection.Builder
-
- Enclosing class:
- CccInfrastructureCollection
public static class CccInfrastructureCollection.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CccInfrastructureCollection
build()
CccInfrastructureCollection.Builder
copy(CccInfrastructureCollection model)
CccInfrastructureCollection.Builder
items(List<CccInfrastructureSummary> items)
List of Compute Cloud@Customer infrastructures.
-
-
-
Method Detail
-
items
public CccInfrastructureCollection.Builder items(List<CccInfrastructureSummary> items)
List of Compute Cloud@Customer infrastructures.- Parameters:
items
- the value to set- Returns:
- this builder
-
build
public CccInfrastructureCollection build()
-
copy
public CccInfrastructureCollection.Builder copy(CccInfrastructureCollection model)
-
-