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