Class PathAnalyzerTestCollection.Builder
- java.lang.Object
-
- com.oracle.bmc.vnmonitoring.model.PathAnalyzerTestCollection.Builder
-
- Enclosing class:
- PathAnalyzerTestCollection
public static class PathAnalyzerTestCollection.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PathAnalyzerTestCollection
build()
PathAnalyzerTestCollection.Builder
copy(PathAnalyzerTestCollection model)
PathAnalyzerTestCollection.Builder
items(List<PathAnalyzerTestSummary> items)
A list of PathAnalyzerTestSummary items.
-
-
-
Method Detail
-
items
public PathAnalyzerTestCollection.Builder items(List<PathAnalyzerTestSummary> items)
A list of PathAnalyzerTestSummary items.- Parameters:
items
- the value to set- Returns:
- this builder
-
build
public PathAnalyzerTestCollection build()
-
copy
public PathAnalyzerTestCollection.Builder copy(PathAnalyzerTestCollection model)
-
-