public static class AutonomousDatabaseConnectionStrings.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
AutonomousDatabaseConnectionStrings.Builder |
allConnectionStrings(Map<String,String> allConnectionStrings)
Returns all connection strings that can be used to connect to the Autonomous Database.
|
AutonomousDatabaseConnectionStrings |
build() |
AutonomousDatabaseConnectionStrings.Builder |
copy(AutonomousDatabaseConnectionStrings model) |
AutonomousDatabaseConnectionStrings.Builder |
dedicated(String dedicated)
The database service provides the least level of resources to each SQL statement, but
supports the most number of concurrent SQL statements.
|
AutonomousDatabaseConnectionStrings.Builder |
high(String high)
The High database service provides the highest level of resources to each SQL statement
resulting in the highest performance, but supports the fewest number of concurrent SQL
statements.
|
AutonomousDatabaseConnectionStrings.Builder |
low(String low)
The Low database service provides the least level of resources to each SQL statement, but
supports the most number of concurrent SQL statements.
|
AutonomousDatabaseConnectionStrings.Builder |
medium(String medium)
The Medium database service provides a lower level of resources to each SQL statement
potentially resulting a lower level of performance, but supports more concurrent SQL
statements.
|
AutonomousDatabaseConnectionStrings.Builder |
profiles(List<DatabaseConnectionStringProfile> profiles)
A list of connection string profiles to allow clients to group, filter and select
connection string values based on structured metadata.
|
public AutonomousDatabaseConnectionStrings.Builder high(String high)
The High database service provides the highest level of resources to each SQL statement resulting in the highest performance, but supports the fewest number of concurrent SQL statements.
high
- the value to setpublic AutonomousDatabaseConnectionStrings.Builder medium(String medium)
The Medium database service provides a lower level of resources to each SQL statement potentially resulting a lower level of performance, but supports more concurrent SQL statements.
medium
- the value to setpublic AutonomousDatabaseConnectionStrings.Builder low(String low)
The Low database service provides the least level of resources to each SQL statement, but supports the most number of concurrent SQL statements.
low
- the value to setpublic AutonomousDatabaseConnectionStrings.Builder dedicated(String dedicated)
The database service provides the least level of resources to each SQL statement, but supports the most number of concurrent SQL statements.
dedicated
- the value to setpublic AutonomousDatabaseConnectionStrings.Builder allConnectionStrings(Map<String,String> allConnectionStrings)
Returns all connection strings that can be used to connect to the Autonomous Database. For more information, please see Predefined Database Service Names for Autonomous Transaction Processing
allConnectionStrings
- the value to setpublic AutonomousDatabaseConnectionStrings.Builder profiles(List<DatabaseConnectionStringProfile> profiles)
A list of connection string profiles to allow clients to group, filter and select connection string values based on structured metadata.
profiles
- the value to setpublic AutonomousDatabaseConnectionStrings build()
public AutonomousDatabaseConnectionStrings.Builder copy(AutonomousDatabaseConnectionStrings model)
Copyright © 2016–2024. All rights reserved.