public static class AutonomousDataWarehouse.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
AutonomousDataWarehouse |
build() |
AutonomousDataWarehouse.Builder |
compartmentId(String compartmentId)
The OCID of the
compartment.
|
AutonomousDataWarehouse.Builder |
connectionStrings(AutonomousDataWarehouseConnectionStrings connectionStrings)
The connection string used to connect to the Data Warehouse.
|
AutonomousDataWarehouse.Builder |
copy(AutonomousDataWarehouse model) |
AutonomousDataWarehouse.Builder |
cpuCoreCount(Integer cpuCoreCount)
The number of CPU cores to be made available to the database.
|
AutonomousDataWarehouse.Builder |
dataStorageSizeInTBs(Integer dataStorageSizeInTBs)
The quantity of data in the database, in terabytes.
|
AutonomousDataWarehouse.Builder |
dbName(String dbName)
The database name.
|
AutonomousDataWarehouse.Builder |
dbVersion(String dbVersion)
A valid Oracle Database version for Autonomous Data Warehouse.
|
AutonomousDataWarehouse.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
AutonomousDataWarehouse.Builder |
displayName(String displayName)
The user-friendly name for the Autonomous Data Warehouse.
|
AutonomousDataWarehouse.Builder |
freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource.
|
AutonomousDataWarehouse.Builder |
id(String id)
The OCID of the
Autonomous Data Warehouse.
|
AutonomousDataWarehouse.Builder |
licenseModel(AutonomousDataWarehouse.LicenseModel licenseModel)
The Oracle license model that applies to the Oracle Autonomous Data Warehouse.
|
AutonomousDataWarehouse.Builder |
lifecycleDetails(String lifecycleDetails)
Information about the current lifecycle state.
|
AutonomousDataWarehouse.Builder |
lifecycleState(AutonomousDataWarehouse.LifecycleState lifecycleState)
The current state of the database.
|
AutonomousDataWarehouse.Builder |
serviceConsoleUrl(String serviceConsoleUrl)
The URL of the Service Console for the Data Warehouse.
|
AutonomousDataWarehouse.Builder |
timeCreated(Date timeCreated)
The date and time the database was created.
|
public AutonomousDataWarehouse.Builder id(String id)
The OCID of the Autonomous Data Warehouse.
id
- the value to setpublic AutonomousDataWarehouse.Builder compartmentId(String compartmentId)
The OCID of the compartment.
compartmentId
- the value to setpublic AutonomousDataWarehouse.Builder lifecycleState(AutonomousDataWarehouse.LifecycleState lifecycleState)
The current state of the database.
lifecycleState
- the value to setpublic AutonomousDataWarehouse.Builder lifecycleDetails(String lifecycleDetails)
Information about the current lifecycle state.
lifecycleDetails
- the value to setpublic AutonomousDataWarehouse.Builder dbName(String dbName)
The database name.
dbName
- the value to setpublic AutonomousDataWarehouse.Builder cpuCoreCount(Integer cpuCoreCount)
The number of CPU cores to be made available to the database.
cpuCoreCount
- the value to setpublic AutonomousDataWarehouse.Builder dataStorageSizeInTBs(Integer dataStorageSizeInTBs)
The quantity of data in the database, in terabytes.
dataStorageSizeInTBs
- the value to setpublic AutonomousDataWarehouse.Builder timeCreated(Date timeCreated)
The date and time the database was created.
timeCreated
- the value to setpublic AutonomousDataWarehouse.Builder displayName(String displayName)
The user-friendly name for the Autonomous Data Warehouse. The name does not have to be unique.
displayName
- the value to setpublic AutonomousDataWarehouse.Builder serviceConsoleUrl(String serviceConsoleUrl)
The URL of the Service Console for the Data Warehouse.
serviceConsoleUrl
- the value to setpublic AutonomousDataWarehouse.Builder connectionStrings(AutonomousDataWarehouseConnectionStrings connectionStrings)
The connection string used to connect to the Data Warehouse. The username for the Service Console is ADMIN. Use the password you entered when creating the Autonomous Data Warehouse for the password value.
connectionStrings
- the value to setpublic AutonomousDataWarehouse.Builder licenseModel(AutonomousDataWarehouse.LicenseModel licenseModel)
The Oracle license model that applies to the Oracle Autonomous Data Warehouse. The default is BRING_YOUR_OWN_LICENSE.
licenseModel
- the value to setpublic AutonomousDataWarehouse.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"}
freeformTags
- the value to setpublic AutonomousDataWarehouse.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.
definedTags
- the value to setpublic AutonomousDataWarehouse.Builder dbVersion(String dbVersion)
A valid Oracle Database version for Autonomous Data Warehouse.
dbVersion
- the value to setpublic AutonomousDataWarehouse build()
public AutonomousDataWarehouse.Builder copy(AutonomousDataWarehouse model)
Copyright © 2016–2024. All rights reserved.