Package com.oracle.bmc.datasafe.model
Class UpdateTargetDatabaseDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.datasafe.model.UpdateTargetDatabaseDetails.Builder
-
- Enclosing class:
- UpdateTargetDatabaseDetails
public static class UpdateTargetDatabaseDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
displayName
public UpdateTargetDatabaseDetails.Builder displayName(String displayName)
The display name of the target database in Data Safe.- Parameters:
displayName
- the value to set- Returns:
- this builder
-
description
public UpdateTargetDatabaseDetails.Builder description(String description)
The description of the target database in Data Safe.- Parameters:
description
- the value to set- Returns:
- this builder
-
databaseDetails
public UpdateTargetDatabaseDetails.Builder databaseDetails(DatabaseDetails databaseDetails)
-
credentials
public UpdateTargetDatabaseDetails.Builder credentials(Credentials credentials)
-
tlsConfig
public UpdateTargetDatabaseDetails.Builder tlsConfig(TlsConfig tlsConfig)
-
connectionOption
public UpdateTargetDatabaseDetails.Builder connectionOption(ConnectionOption connectionOption)
-
freeformTags
public UpdateTargetDatabaseDetails.Builder freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource.Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags
Example: {"Department": "Finance"}
- Parameters:
freeformTags
- the value to set- Returns:
- this builder
-
definedTags
public UpdateTargetDatabaseDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.Each key is predefined and scoped to a namespace. For more information, see Resource Tags Example: {“Operations”: {“CostCenter”: “42”}}
- Parameters:
definedTags
- the value to set- Returns:
- this builder
-
build
public UpdateTargetDatabaseDetails build()
-
copy
public UpdateTargetDatabaseDetails.Builder copy(UpdateTargetDatabaseDetails model)
-
-