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