Package com.oracle.bmc.opsi.model
Class ChangeOperationsInsightsPrivateEndpointCompartmentDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.opsi.model.ChangeOperationsInsightsPrivateEndpointCompartmentDetails.Builder
-
- Enclosing class:
- ChangeOperationsInsightsPrivateEndpointCompartmentDetails
public static class ChangeOperationsInsightsPrivateEndpointCompartmentDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ChangeOperationsInsightsPrivateEndpointCompartmentDetails
build()
ChangeOperationsInsightsPrivateEndpointCompartmentDetails.Builder
compartmentId(String compartmentId)
The new compartment OCID of the Private service accessed database.ChangeOperationsInsightsPrivateEndpointCompartmentDetails.Builder
copy(ChangeOperationsInsightsPrivateEndpointCompartmentDetails model)
-
-
-
Method Detail
-
compartmentId
public ChangeOperationsInsightsPrivateEndpointCompartmentDetails.Builder compartmentId(String compartmentId)
The new compartment OCID of the Private service accessed database.- Parameters:
compartmentId
- the value to set- Returns:
- this builder
-
build
public ChangeOperationsInsightsPrivateEndpointCompartmentDetails build()
-
-