Package com.oracle.bmc.database.model
Class OperationsInsightsConfig.Builder
- java.lang.Object
-
- com.oracle.bmc.database.model.OperationsInsightsConfig.Builder
-
- Enclosing class:
- OperationsInsightsConfig
public static class OperationsInsightsConfig.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OperationsInsightsConfig
build()
OperationsInsightsConfig.Builder
copy(OperationsInsightsConfig model)
OperationsInsightsConfig.Builder
operationsInsightsConnectorId(String operationsInsightsConnectorId)
The OCID of thecreateExternalDatabaseConnectorDetails
.OperationsInsightsConfig.Builder
operationsInsightsStatus(OperationsInsightsConfig.OperationsInsightsStatus operationsInsightsStatus)
The status of Operations Insights
-
-
-
Method Detail
-
operationsInsightsStatus
public OperationsInsightsConfig.Builder operationsInsightsStatus(OperationsInsightsConfig.OperationsInsightsStatus operationsInsightsStatus)
The status of Operations Insights- Parameters:
operationsInsightsStatus
- the value to set- Returns:
- this builder
-
operationsInsightsConnectorId
public OperationsInsightsConfig.Builder operationsInsightsConnectorId(String operationsInsightsConnectorId)
The OCID of thecreateExternalDatabaseConnectorDetails
.- Parameters:
operationsInsightsConnectorId
- the value to set- Returns:
- this builder
-
build
public OperationsInsightsConfig build()
-
copy
public OperationsInsightsConfig.Builder copy(OperationsInsightsConfig model)
-
-