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