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