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