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.Builder
VantagePointInfo. builder()
Create a new builder.VantagePointInfo.Builder
VantagePointInfo.Builder. copy(VantagePointInfo model)
VantagePointInfo.Builder
VantagePointInfo.Builder. displayName(String displayName)
Unique name that can be edited.VantagePointInfo.Builder
VantagePointInfo.Builder. name(String name)
Name of the vantage point.VantagePointInfo.Builder
VantagePointInfo. toBuilder()
VantagePointInfo.Builder
VantagePointInfo.Builder. workerList(List<String> workerList)
List of workers running the assigned monitor.
-