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