Package com.oracle.bmc.opsi.model
Class EnableAutonomousDatabaseInsightDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.opsi.model.EnableAutonomousDatabaseInsightDetails.Builder
-
- Enclosing class:
- EnableAutonomousDatabaseInsightDetails
public static class EnableAutonomousDatabaseInsightDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
databaseResourceType
public EnableAutonomousDatabaseInsightDetails.Builder databaseResourceType(String databaseResourceType)
OCI database resource type- Parameters:
databaseResourceType
- the value to set- Returns:
- this builder
-
isAdvancedFeaturesEnabled
public EnableAutonomousDatabaseInsightDetails.Builder isAdvancedFeaturesEnabled(Boolean isAdvancedFeaturesEnabled)
Flag is to identify if advanced features for autonomous database is enabled or not- Parameters:
isAdvancedFeaturesEnabled
- the value to set- Returns:
- this builder
-
connectionDetails
public EnableAutonomousDatabaseInsightDetails.Builder connectionDetails(ConnectionDetails connectionDetails)
-
credentialDetails
public EnableAutonomousDatabaseInsightDetails.Builder credentialDetails(CredentialDetails credentialDetails)
-
opsiPrivateEndpointId
public EnableAutonomousDatabaseInsightDetails.Builder opsiPrivateEndpointId(String opsiPrivateEndpointId)
The OCID of the OPSI private endpoint- Parameters:
opsiPrivateEndpointId
- the value to set- Returns:
- this builder
-
freeformTags
public EnableAutonomousDatabaseInsightDetails.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 EnableAutonomousDatabaseInsightDetails.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 EnableAutonomousDatabaseInsightDetails.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 EnableAutonomousDatabaseInsightDetails build()
-
copy
public EnableAutonomousDatabaseInsightDetails.Builder copy(EnableAutonomousDatabaseInsightDetails model)
-
-