public static class AutonomousDataWarehouseConnectionStrings.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
AutonomousDataWarehouseConnectionStrings.Builder |
allConnectionStrings(Map<String,String> allConnectionStrings)
Returns all connection strings that can be used to connect to the Autonomous Data
Warehouse.
|
AutonomousDataWarehouseConnectionStrings |
build() |
AutonomousDataWarehouseConnectionStrings.Builder |
copy(AutonomousDataWarehouseConnectionStrings model) |
AutonomousDataWarehouseConnectionStrings.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.
|
AutonomousDataWarehouseConnectionStrings.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.
|
AutonomousDataWarehouseConnectionStrings.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.
|
public AutonomousDataWarehouseConnectionStrings.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 AutonomousDataWarehouseConnectionStrings.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 AutonomousDataWarehouseConnectionStrings.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 AutonomousDataWarehouseConnectionStrings.Builder allConnectionStrings(Map<String,String> allConnectionStrings)
Returns all connection strings that can be used to connect to the Autonomous Data Warehouse. For more information, please see Predefined Database Service Names for Autonomous Transaction Processing
allConnectionStrings
- the value to setpublic AutonomousDataWarehouseConnectionStrings build()
public AutonomousDataWarehouseConnectionStrings.Builder copy(AutonomousDataWarehouseConnectionStrings model)
Copyright © 2016–2024. All rights reserved.