Package com.oracle.bmc.datascience.model
Class ChangeMlApplicationInstanceViewCompartmentDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.datascience.model.ChangeMlApplicationInstanceViewCompartmentDetails.Builder
 
- 
- Enclosing class:
- ChangeMlApplicationInstanceViewCompartmentDetails
 
 public static class ChangeMlApplicationInstanceViewCompartmentDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ChangeMlApplicationInstanceViewCompartmentDetailsbuild()ChangeMlApplicationInstanceViewCompartmentDetails.BuildercompartmentId(String compartmentId)The OCID of the compartment into which the resource should be moved.ChangeMlApplicationInstanceViewCompartmentDetails.Buildercopy(ChangeMlApplicationInstanceViewCompartmentDetails model)
 
- 
- 
- 
Method Detail- 
compartmentIdpublic ChangeMlApplicationInstanceViewCompartmentDetails.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 ChangeMlApplicationInstanceViewCompartmentDetails build() 
 
- 
 
-