Class PersistedGetPathAnalysisDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.vnmonitoring.model.PersistedGetPathAnalysisDetails.Builder
-
- Enclosing class:
- PersistedGetPathAnalysisDetails
public static class PersistedGetPathAnalysisDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PersistedGetPathAnalysisDetails
build()
PersistedGetPathAnalysisDetails.Builder
copy(PersistedGetPathAnalysisDetails model)
PersistedGetPathAnalysisDetails.Builder
pathAnalyzerTestId(String pathAnalyzerTestId)
The OCID of the PathAnalyzerTest resource.
-
-
-
Method Detail
-
pathAnalyzerTestId
public PersistedGetPathAnalysisDetails.Builder pathAnalyzerTestId(String pathAnalyzerTestId)
The OCID of the PathAnalyzerTest resource.- Parameters:
pathAnalyzerTestId
- the value to set- Returns:
- this builder
-
build
public PersistedGetPathAnalysisDetails build()
-
copy
public PersistedGetPathAnalysisDetails.Builder copy(PersistedGetPathAnalysisDetails model)
-
-