Package com.oracle.bmc.datascience.model
Class ChangeMlApplicationCompartmentDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.datascience.model.ChangeMlApplicationCompartmentDetails.Builder
 
- 
- Enclosing class:
- ChangeMlApplicationCompartmentDetails
 
 public static class ChangeMlApplicationCompartmentDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ChangeMlApplicationCompartmentDetailsbuild()ChangeMlApplicationCompartmentDetails.BuildercompartmentId(String compartmentId)The OCID of the compartment into which the resource should be moved.ChangeMlApplicationCompartmentDetails.Buildercopy(ChangeMlApplicationCompartmentDetails model)
 
- 
- 
- 
Method Detail- 
compartmentIdpublic ChangeMlApplicationCompartmentDetails.Builder compartmentId(String compartmentId) The OCID of the compartment into which the resource should be moved.- Parameters:
- compartmentId- the value to set
- Returns:
- this builder
 
 - 
buildpublic ChangeMlApplicationCompartmentDetails build() 
 - 
copypublic ChangeMlApplicationCompartmentDetails.Builder copy(ChangeMlApplicationCompartmentDetails model) 
 
- 
 
-