Package com.oracle.bmc.opsi.model
Class EnableMacsManagedCloudDatabaseInsightDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.opsi.model.EnableMacsManagedCloudDatabaseInsightDetails.Builder
-
- Enclosing class:
- EnableMacsManagedCloudDatabaseInsightDetails
public static class EnableMacsManagedCloudDatabaseInsightDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
compartmentId
public EnableMacsManagedCloudDatabaseInsightDetails.Builder compartmentId(String compartmentId)
The compartment OCID of the External Database.- Parameters:
compartmentId
- the value to set- Returns:
- this builder
-
managementAgentId
public EnableMacsManagedCloudDatabaseInsightDetails.Builder managementAgentId(String managementAgentId)
The OCID of the Management Agent- Parameters:
managementAgentId
- the value to set- Returns:
- this builder
-
connectionDetails
public EnableMacsManagedCloudDatabaseInsightDetails.Builder connectionDetails(ConnectionDetails connectionDetails)
-
connectionCredentialDetails
public EnableMacsManagedCloudDatabaseInsightDetails.Builder connectionCredentialDetails(CredentialDetails connectionCredentialDetails)
-
freeformTags
public EnableMacsManagedCloudDatabaseInsightDetails.Builder freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope.Exists for cross-compatibility only. Example: {“bar-key”: “value”}
- Parameters:
freeformTags
- the value to set- Returns:
- this builder
-
definedTags
public EnableMacsManagedCloudDatabaseInsightDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.Each key is predefined and scoped to a namespace. Example: {“foo-namespace”: {“bar-key”: “value”}}
- Parameters:
definedTags
- the value to set- Returns:
- this builder
-
systemTags
public EnableMacsManagedCloudDatabaseInsightDetails.Builder systemTags(Map<String,Map<String,Object>> systemTags)
System tags for this resource.Each key is predefined and scoped to a namespace. Example: {“orcl-cloud”: {“free-tier-retained”: “true”}}
- Parameters:
systemTags
- the value to set- Returns:
- this builder
-
build
public EnableMacsManagedCloudDatabaseInsightDetails build()
-
copy
public EnableMacsManagedCloudDatabaseInsightDetails.Builder copy(EnableMacsManagedCloudDatabaseInsightDetails model)
-
-