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