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 SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description OperationsInsightsConfigbuild()OperationsInsightsConfig.Buildercopy(OperationsInsightsConfig model)OperationsInsightsConfig.BuilderoperationsInsightsConnectorId(String operationsInsightsConnectorId)The OCID of thecreateExternalDatabaseConnectorDetails.OperationsInsightsConfig.BuilderoperationsInsightsStatus(OperationsInsightsConfig.OperationsInsightsStatus operationsInsightsStatus)The status of Operations Insights
 
- 
- 
- 
Method Detail- 
operationsInsightsStatuspublic OperationsInsightsConfig.Builder operationsInsightsStatus(OperationsInsightsConfig.OperationsInsightsStatus operationsInsightsStatus) The status of Operations Insights- Parameters:
- operationsInsightsStatus- the value to set
- Returns:
- this builder
 
 - 
operationsInsightsConnectorIdpublic OperationsInsightsConfig.Builder operationsInsightsConnectorId(String operationsInsightsConnectorId) The OCID of thecreateExternalDatabaseConnectorDetails.- Parameters:
- operationsInsightsConnectorId- the value to set
- Returns:
- this builder
 
 - 
buildpublic OperationsInsightsConfig build() 
 - 
copypublic OperationsInsightsConfig.Builder copy(OperationsInsightsConfig model) 
 
- 
 
-