Package com.oracle.bmc.apmtraces.model
Class QueryResultsTopologyInfo.Builder
- java.lang.Object
-
- com.oracle.bmc.apmtraces.model.QueryResultsTopologyInfo.Builder
-
- Enclosing class:
- QueryResultsTopologyInfo
public static class QueryResultsTopologyInfo.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QueryResultsTopologyInfo
build()
QueryResultsTopologyInfo.Builder
copy(QueryResultsTopologyInfo model)
QueryResultsTopologyInfo.Builder
nodes(List<QueryResultsTopologyNodeInfo> nodes)
The information about the attributes of the topology nodes.
-
-
-
Method Detail
-
nodes
public QueryResultsTopologyInfo.Builder nodes(List<QueryResultsTopologyNodeInfo> nodes)
The information about the attributes of the topology nodes.- Parameters:
nodes
- the value to set- Returns:
- this builder
-
build
public QueryResultsTopologyInfo build()
-
copy
public QueryResultsTopologyInfo.Builder copy(QueryResultsTopologyInfo model)
-
-