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