Class ChangePathAnalyzerTestCompartmentDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.vnmonitoring.model.ChangePathAnalyzerTestCompartmentDetails.Builder
 
- 
- Enclosing class:
- ChangePathAnalyzerTestCompartmentDetails
 
 public static class ChangePathAnalyzerTestCompartmentDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ChangePathAnalyzerTestCompartmentDetailsbuild()ChangePathAnalyzerTestCompartmentDetails.BuildercompartmentId(String compartmentId)The OCID of the compartment into which the PathAnalyzerTest resource should be moved.ChangePathAnalyzerTestCompartmentDetails.Buildercopy(ChangePathAnalyzerTestCompartmentDetails model)
 
- 
- 
- 
Method Detail- 
compartmentIdpublic 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
 
 - 
buildpublic ChangePathAnalyzerTestCompartmentDetails build() 
 - 
copypublic ChangePathAnalyzerTestCompartmentDetails.Builder copy(ChangePathAnalyzerTestCompartmentDetails model) 
 
- 
 
-