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 Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ChangeOperationsInsightsWarehouseCompartmentDetails
build()
ChangeOperationsInsightsWarehouseCompartmentDetails.Builder
compartmentId(String compartmentId)
The OCID of the compartment.ChangeOperationsInsightsWarehouseCompartmentDetails.Builder
copy(ChangeOperationsInsightsWarehouseCompartmentDetails model)
-
-
-
Method Detail
-
compartmentId
public ChangeOperationsInsightsWarehouseCompartmentDetails.Builder compartmentId(String compartmentId)
The OCID of the compartment.- Parameters:
compartmentId
- the value to set- Returns:
- this builder
-
build
public ChangeOperationsInsightsWarehouseCompartmentDetails build()
-
-