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