Class ChangeServiceCatalogCompartmentDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.servicecatalog.model.ChangeServiceCatalogCompartmentDetails.Builder
 
- 
- Enclosing class:
- ChangeServiceCatalogCompartmentDetails
 
 public static class ChangeServiceCatalogCompartmentDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ChangeServiceCatalogCompartmentDetailsbuild()ChangeServiceCatalogCompartmentDetails.BuildercompartmentId(String compartmentId)The OCID of the compartment where you want to move the service catalog.ChangeServiceCatalogCompartmentDetails.Buildercopy(ChangeServiceCatalogCompartmentDetails model)
 
- 
- 
- 
Method Detail- 
compartmentIdpublic ChangeServiceCatalogCompartmentDetails.Builder compartmentId(String compartmentId) The OCID of the compartment where you want to move the service catalog.- Parameters:
- compartmentId- the value to set
- Returns:
- this builder
 
 - 
buildpublic ChangeServiceCatalogCompartmentDetails build() 
 - 
copypublic ChangeServiceCatalogCompartmentDetails.Builder copy(ChangeServiceCatalogCompartmentDetails model) 
 
- 
 
-