Uses of Class
com.oracle.bmc.apmsynthetics.model.VantagePointInfo.Builder
- 
Packages that use VantagePointInfo.Builder Package Description com.oracle.bmc.apmsynthetics.model  - 
- 
Uses of VantagePointInfo.Builder in com.oracle.bmc.apmsynthetics.model
Methods in com.oracle.bmc.apmsynthetics.model that return VantagePointInfo.Builder Modifier and Type Method Description static VantagePointInfo.BuilderVantagePointInfo. builder()Create a new builder.VantagePointInfo.BuilderVantagePointInfo.Builder. copy(VantagePointInfo model)VantagePointInfo.BuilderVantagePointInfo.Builder. displayName(String displayName)Unique name that can be edited.VantagePointInfo.BuilderVantagePointInfo.Builder. name(String name)Name of the vantage point.VantagePointInfo.BuilderVantagePointInfo. toBuilder()VantagePointInfo.BuilderVantagePointInfo.Builder. workerList(List<String> workerList)List of workers running the assigned monitor. 
 -