Class ChangeVcnCompartmentDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.vnmonitoring.model.ChangeVcnCompartmentDetails.Builder
 
- 
- Enclosing class:
- ChangeVcnCompartmentDetails
 
 public static class ChangeVcnCompartmentDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ChangeVcnCompartmentDetailsbuild()ChangeVcnCompartmentDetails.BuildercompartmentId(String compartmentId)The OCID of the compartment to move the VCN to.ChangeVcnCompartmentDetails.Buildercopy(ChangeVcnCompartmentDetails model)
 
- 
- 
- 
Method Detail- 
compartmentIdpublic ChangeVcnCompartmentDetails.Builder compartmentId(String compartmentId) The OCID of the compartment to move the VCN to.- Parameters:
- compartmentId- the value to set
- Returns:
- this builder
 
 - 
buildpublic ChangeVcnCompartmentDetails build() 
 - 
copypublic ChangeVcnCompartmentDetails.Builder copy(ChangeVcnCompartmentDetails model) 
 
- 
 
-