public static class AutonomousDataWarehouseSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
public AutonomousDataWarehouseSummary.Builder id(String id)
The OCID of the Autonomous Data Warehouse.
id
- the value to setpublic AutonomousDataWarehouseSummary.Builder compartmentId(String compartmentId)
The OCID of the compartment.
compartmentId
- the value to setpublic AutonomousDataWarehouseSummary.Builder lifecycleState(AutonomousDataWarehouseSummary.LifecycleState lifecycleState)
The current state of the database.
lifecycleState
- the value to setpublic AutonomousDataWarehouseSummary.Builder lifecycleDetails(String lifecycleDetails)
Information about the current lifecycle state.
lifecycleDetails
- the value to setpublic AutonomousDataWarehouseSummary.Builder dbName(String dbName)
The database name.
dbName
- the value to setpublic AutonomousDataWarehouseSummary.Builder cpuCoreCount(Integer cpuCoreCount)
The number of CPU cores to be made available to the database.
cpuCoreCount
- the value to setpublic AutonomousDataWarehouseSummary.Builder dataStorageSizeInTBs(Integer dataStorageSizeInTBs)
The quantity of data in the database, in terabytes.
dataStorageSizeInTBs
- the value to setpublic AutonomousDataWarehouseSummary.Builder timeCreated(Date timeCreated)
The date and time the database was created.
timeCreated
- the value to setpublic AutonomousDataWarehouseSummary.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 AutonomousDataWarehouseSummary.Builder serviceConsoleUrl(String serviceConsoleUrl)
The URL of the Service Console for the Data Warehouse.
serviceConsoleUrl
- the value to setpublic AutonomousDataWarehouseSummary.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 AutonomousDataWarehouseSummary.Builder licenseModel(AutonomousDataWarehouseSummary.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 AutonomousDataWarehouseSummary.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 AutonomousDataWarehouseSummary.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 AutonomousDataWarehouseSummary.Builder dbVersion(String dbVersion)
A valid Oracle Database version for Autonomous Data Warehouse.
dbVersion
- the value to setpublic AutonomousDataWarehouseSummary build()
public AutonomousDataWarehouseSummary.Builder copy(AutonomousDataWarehouseSummary model)
Copyright © 2016–2024. All rights reserved.