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