public static class OperationsInsightsWarehouse.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
OperationsInsightsWarehouse |
build() |
OperationsInsightsWarehouse.Builder |
compartmentId(String compartmentId)
The OCID
of the compartment.
|
OperationsInsightsWarehouse.Builder |
copy(OperationsInsightsWarehouse model) |
OperationsInsightsWarehouse.Builder |
cpuAllocated(Double cpuAllocated)
Number of OCPUs allocated to OPSI Warehouse ADW.
|
OperationsInsightsWarehouse.Builder |
cpuUsed(Double cpuUsed)
Number of OCPUs used by OPSI Warehouse ADW.
|
OperationsInsightsWarehouse.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
OperationsInsightsWarehouse.Builder |
displayName(String displayName)
User-friedly name of Ops Insights Warehouse that does not have to be unique.
|
OperationsInsightsWarehouse.Builder |
dynamicGroupId(String dynamicGroupId)
OCID of the dynamic group created for the warehouse
|
OperationsInsightsWarehouse.Builder |
freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope.
|
OperationsInsightsWarehouse.Builder |
id(String id)
OPSI Warehouse OCID
|
OperationsInsightsWarehouse.Builder |
lifecycleDetails(String lifecycleDetails)
A message describing the current state in more detail.
|
OperationsInsightsWarehouse.Builder |
lifecycleState(OperationsInsightsWarehouseLifecycleState lifecycleState)
Possible lifecycle states
|
OperationsInsightsWarehouse.Builder |
operationsInsightsTenancyId(String operationsInsightsTenancyId)
Tenancy Identifier of Ops Insights service
|
OperationsInsightsWarehouse.Builder |
storageAllocatedInGBs(Double storageAllocatedInGBs)
Storage allocated to OPSI Warehouse ADW.
|
OperationsInsightsWarehouse.Builder |
storageUsedInGBs(Double storageUsedInGBs)
Storage by OPSI Warehouse ADW in GB.
|
OperationsInsightsWarehouse.Builder |
systemTags(Map<String,Map<String,Object>> systemTags)
System tags for this resource.
|
OperationsInsightsWarehouse.Builder |
timeCreated(Date timeCreated)
The time at which the resource was first created.
|
OperationsInsightsWarehouse.Builder |
timeLastWalletRotated(Date timeLastWalletRotated)
The time at which the ADW wallet was last rotated for the Ops Insights Warehouse.
|
OperationsInsightsWarehouse.Builder |
timeUpdated(Date timeUpdated)
The time at which the resource was last updated.
|
public OperationsInsightsWarehouse.Builder id(String id)
OPSI Warehouse OCID
id
- the value to setpublic OperationsInsightsWarehouse.Builder compartmentId(String compartmentId)
The OCID of the compartment.
compartmentId
- the value to setpublic OperationsInsightsWarehouse.Builder displayName(String displayName)
User-friedly name of Ops Insights Warehouse that does not have to be unique.
displayName
- the value to setpublic OperationsInsightsWarehouse.Builder cpuAllocated(Double cpuAllocated)
Number of OCPUs allocated to OPSI Warehouse ADW.
cpuAllocated
- the value to setpublic OperationsInsightsWarehouse.Builder cpuUsed(Double cpuUsed)
Number of OCPUs used by OPSI Warehouse ADW. Can be fractional.
cpuUsed
- the value to setpublic OperationsInsightsWarehouse.Builder storageAllocatedInGBs(Double storageAllocatedInGBs)
Storage allocated to OPSI Warehouse ADW.
storageAllocatedInGBs
- the value to setpublic OperationsInsightsWarehouse.Builder storageUsedInGBs(Double storageUsedInGBs)
Storage by OPSI Warehouse ADW in GB.
storageUsedInGBs
- the value to setpublic OperationsInsightsWarehouse.Builder dynamicGroupId(String dynamicGroupId)
OCID of the dynamic group created for the warehouse
dynamicGroupId
- the value to setpublic OperationsInsightsWarehouse.Builder operationsInsightsTenancyId(String operationsInsightsTenancyId)
Tenancy Identifier of Ops Insights service
operationsInsightsTenancyId
- the value to setpublic OperationsInsightsWarehouse.Builder timeLastWalletRotated(Date timeLastWalletRotated)
The time at which the ADW wallet was last rotated for the Ops Insights Warehouse. An RFC3339 formatted datetime string
timeLastWalletRotated
- the value to setpublic OperationsInsightsWarehouse.Builder freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope. Exists
for cross-compatibility only. Example: {"bar-key": "value"}
freeformTags
- the value to setpublic OperationsInsightsWarehouse.Builder definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource. Each key is predefined and scoped to a namespace.
Example: {"foo-namespace": {"bar-key": "value"}}
definedTags
- the value to setpublic OperationsInsightsWarehouse.Builder systemTags(Map<String,Map<String,Object>> systemTags)
System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud": {"free-tier-retained": "true"}}
systemTags
- the value to setpublic OperationsInsightsWarehouse.Builder timeCreated(Date timeCreated)
The time at which the resource was first created. An RFC3339 formatted datetime string
timeCreated
- the value to setpublic OperationsInsightsWarehouse.Builder timeUpdated(Date timeUpdated)
The time at which the resource was last updated. An RFC3339 formatted datetime string
timeUpdated
- the value to setpublic OperationsInsightsWarehouse.Builder lifecycleState(OperationsInsightsWarehouseLifecycleState lifecycleState)
Possible lifecycle states
lifecycleState
- the value to setpublic OperationsInsightsWarehouse.Builder lifecycleDetails(String lifecycleDetails)
A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
lifecycleDetails
- the value to setpublic OperationsInsightsWarehouse build()
public OperationsInsightsWarehouse.Builder copy(OperationsInsightsWarehouse model)
Copyright © 2016–2024. All rights reserved.