Class VantagePointNode.Builder
- java.lang.Object
-
- com.oracle.bmc.apmsynthetics.model.VantagePointNode.Builder
-
- Enclosing class:
- VantagePointNode
public static class VantagePointNode.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VantagePointNode
build()
VantagePointNode.Builder
copy(VantagePointNode model)
VantagePointNode.Builder
displayName(String displayName)
Display name of the vantage point node.VantagePointNode.Builder
geoInfo(String geoInfo)
Geographical information of the vantage point node.VantagePointNode.Builder
id(String id)
ID of the vantage point node.VantagePointNode.Builder
name(String name)
Name of the vantage point node.VantagePointNode.Builder
outgoingLinks(List<String> outgoingLinks)
Outgoing links from the vantage point node.
-
-
-
Method Detail
-
id
public VantagePointNode.Builder id(String id)
ID of the vantage point node.- Parameters:
id
- the value to set- Returns:
- this builder
-
name
public VantagePointNode.Builder name(String name)
Name of the vantage point node.- Parameters:
name
- the value to set- Returns:
- this builder
-
displayName
public VantagePointNode.Builder displayName(String displayName)
Display name of the vantage point node.- Parameters:
displayName
- the value to set- Returns:
- this builder
-
geoInfo
public VantagePointNode.Builder geoInfo(String geoInfo)
Geographical information of the vantage point node.- Parameters:
geoInfo
- the value to set- Returns:
- this builder
-
outgoingLinks
public VantagePointNode.Builder outgoingLinks(List<String> outgoingLinks)
Outgoing links from the vantage point node.- Parameters:
outgoingLinks
- the value to set- Returns:
- this builder
-
build
public VantagePointNode build()
-
copy
public VantagePointNode.Builder copy(VantagePointNode model)
-
-