Class VantagePointInfo.Builder
- java.lang.Object
-
- com.oracle.bmc.apmsynthetics.model.VantagePointInfo.Builder
-
- Enclosing class:
- VantagePointInfo
public static class VantagePointInfo.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VantagePointInfobuild()VantagePointInfo.Buildercopy(VantagePointInfo model)VantagePointInfo.BuilderdisplayName(String displayName)Unique name that can be edited.VantagePointInfo.Buildername(String name)Name of the vantage point.VantagePointInfo.BuilderworkerList(List<String> workerList)List of workers running the assigned monitor.
-
-
-
Method Detail
-
name
public VantagePointInfo.Builder name(String name)
Name of the vantage point.- Parameters:
name- the value to set- Returns:
- this builder
-
displayName
public VantagePointInfo.Builder displayName(String displayName)
Unique name that can be edited.The name should not contain any confidential information.
- Parameters:
displayName- the value to set- Returns:
- this builder
-
workerList
public VantagePointInfo.Builder workerList(List<String> workerList)
List of workers running the assigned monitor.- Parameters:
workerList- the value to set- Returns:
- this builder
-
build
public VantagePointInfo build()
-
copy
public VantagePointInfo.Builder copy(VantagePointInfo model)
-
-