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 SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ChangeOperationsInsightsPrivateEndpointCompartmentDetailsbuild()ChangeOperationsInsightsPrivateEndpointCompartmentDetails.BuildercompartmentId(String compartmentId)The new compartment OCID of the Private service accessed database.ChangeOperationsInsightsPrivateEndpointCompartmentDetails.Buildercopy(ChangeOperationsInsightsPrivateEndpointCompartmentDetails model)
 
- 
- 
- 
Method Detail- 
compartmentIdpublic ChangeOperationsInsightsPrivateEndpointCompartmentDetails.Builder compartmentId(String compartmentId) The new compartment OCID of the Private service accessed database.- Parameters:
- compartmentId- the value to set
- Returns:
- this builder
 
 - 
buildpublic ChangeOperationsInsightsPrivateEndpointCompartmentDetails build() 
 
- 
 
-