public static class OperationsInsightsWarehouseSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
public OperationsInsightsWarehouseSummary.Builder id(String id)
OPSI Warehouse OCID
id
- the value to setpublic OperationsInsightsWarehouseSummary.Builder compartmentId(String compartmentId)
The OCID of the compartment.
compartmentId
- the value to setpublic OperationsInsightsWarehouseSummary.Builder displayName(String displayName)
User-friedly name of Ops Insights Warehouse that does not have to be unique.
displayName
- the value to setpublic OperationsInsightsWarehouseSummary.Builder cpuAllocated(Double cpuAllocated)
Number of OCPUs allocated to OPSI Warehouse ADW.
cpuAllocated
- the value to setpublic OperationsInsightsWarehouseSummary.Builder cpuUsed(Double cpuUsed)
Number of OCPUs used by OPSI Warehouse ADW. Can be fractional.
cpuUsed
- the value to setpublic OperationsInsightsWarehouseSummary.Builder storageAllocatedInGBs(Double storageAllocatedInGBs)
Storage allocated to OPSI Warehouse ADW.
storageAllocatedInGBs
- the value to setpublic OperationsInsightsWarehouseSummary.Builder storageUsedInGBs(Double storageUsedInGBs)
Storage by OPSI Warehouse ADW in GB.
storageUsedInGBs
- the value to setpublic OperationsInsightsWarehouseSummary.Builder dynamicGroupId(String dynamicGroupId)
OCID of the dynamic group created for the warehouse
dynamicGroupId
- the value to setpublic OperationsInsightsWarehouseSummary.Builder operationsInsightsTenancyId(String operationsInsightsTenancyId)
Tenancy Identifier of Ops Insights service
operationsInsightsTenancyId
- the value to setpublic OperationsInsightsWarehouseSummary.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 OperationsInsightsWarehouseSummary.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 OperationsInsightsWarehouseSummary.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 OperationsInsightsWarehouseSummary.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 OperationsInsightsWarehouseSummary.Builder timeCreated(Date timeCreated)
The time at which the resource was first created. An RFC3339 formatted datetime string
timeCreated
- the value to setpublic OperationsInsightsWarehouseSummary.Builder timeUpdated(Date timeUpdated)
The time at which the resource was last updated. An RFC3339 formatted datetime string
timeUpdated
- the value to setpublic OperationsInsightsWarehouseSummary.Builder lifecycleState(OperationsInsightsWarehouseLifecycleState lifecycleState)
Possible lifecycle states
lifecycleState
- the value to setpublic OperationsInsightsWarehouseSummary.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 OperationsInsightsWarehouseSummary build()
public OperationsInsightsWarehouseSummary.Builder copy(OperationsInsightsWarehouseSummary model)
Copyright © 2016–2024. All rights reserved.