Package com.oracle.bmc.opsi.model
Class ChangeOperationsInsightsWarehouseCompartmentDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.opsi.model.ChangeOperationsInsightsWarehouseCompartmentDetails.Builder
 
- 
- Enclosing class:
- ChangeOperationsInsightsWarehouseCompartmentDetails
 
 public static class ChangeOperationsInsightsWarehouseCompartmentDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ChangeOperationsInsightsWarehouseCompartmentDetailsbuild()ChangeOperationsInsightsWarehouseCompartmentDetails.BuildercompartmentId(String compartmentId)The OCID of the compartment.ChangeOperationsInsightsWarehouseCompartmentDetails.Buildercopy(ChangeOperationsInsightsWarehouseCompartmentDetails model)
 
- 
- 
- 
Method Detail- 
compartmentIdpublic ChangeOperationsInsightsWarehouseCompartmentDetails.Builder compartmentId(String compartmentId) The OCID of the compartment.- Parameters:
- compartmentId- the value to set
- Returns:
- this builder
 
 - 
buildpublic ChangeOperationsInsightsWarehouseCompartmentDetails build() 
 
- 
 
-