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