Package com.oracle.bmc.opsi.model
Class OperationsInsightsWarehouseSummary.Builder
- java.lang.Object
- 
- com.oracle.bmc.opsi.model.OperationsInsightsWarehouseSummary.Builder
 
- 
- Enclosing class:
- OperationsInsightsWarehouseSummary
 
 public static class OperationsInsightsWarehouseSummary.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method Summary
 
- 
- 
- 
Method Detail- 
idpublic OperationsInsightsWarehouseSummary.Builder id(String id) OPSI Warehouse OCID- Parameters:
- id- the value to set
- Returns:
- this builder
 
 - 
compartmentIdpublic OperationsInsightsWarehouseSummary.Builder compartmentId(String compartmentId) The OCID of the compartment.- Parameters:
- compartmentId- the value to set
- Returns:
- this builder
 
 - 
displayNamepublic OperationsInsightsWarehouseSummary.Builder displayName(String displayName) User-friedly name of Ops Insights Warehouse that does not have to be unique.- Parameters:
- displayName- the value to set
- Returns:
- this builder
 
 - 
cpuAllocatedpublic OperationsInsightsWarehouseSummary.Builder cpuAllocated(Double cpuAllocated) Number of CPUs allocated to OPSI Warehouse ADW.- Parameters:
- cpuAllocated- the value to set
- Returns:
- this builder
 
 - 
computeModelpublic OperationsInsightsWarehouseSummary.Builder computeModel(OperationsInsightsWarehouse.ComputeModel computeModel) The compute model for the OPSI warehouse ADW (OCPU or ECPU)- Parameters:
- computeModel- the value to set
- Returns:
- this builder
 
 - 
cpuUsedpublic OperationsInsightsWarehouseSummary.Builder cpuUsed(Double cpuUsed) Number of OCPUs used by OPSI Warehouse ADW.Can be fractional. - Parameters:
- cpuUsed- the value to set
- Returns:
- this builder
 
 - 
storageAllocatedInGBspublic OperationsInsightsWarehouseSummary.Builder storageAllocatedInGBs(Double storageAllocatedInGBs) Storage allocated to OPSI Warehouse ADW.- Parameters:
- storageAllocatedInGBs- the value to set
- Returns:
- this builder
 
 - 
storageUsedInGBspublic OperationsInsightsWarehouseSummary.Builder storageUsedInGBs(Double storageUsedInGBs) Storage by OPSI Warehouse ADW in GB.- Parameters:
- storageUsedInGBs- the value to set
- Returns:
- this builder
 
 - 
dynamicGroupIdpublic OperationsInsightsWarehouseSummary.Builder dynamicGroupId(String dynamicGroupId) OCID of the dynamic group created for the warehouse- Parameters:
- dynamicGroupId- the value to set
- Returns:
- this builder
 
 - 
operationsInsightsTenancyIdpublic OperationsInsightsWarehouseSummary.Builder operationsInsightsTenancyId(String operationsInsightsTenancyId) Tenancy Identifier of Ops Insights service- Parameters:
- operationsInsightsTenancyId- the value to set
- Returns:
- this builder
 
 - 
timeLastWalletRotatedpublic 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 - Parameters:
- timeLastWalletRotated- the value to set
- Returns:
- this builder
 
 - 
freeformTagspublic 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”} - Parameters:
- freeformTags- the value to set
- Returns:
- this builder
 
 - 
definedTagspublic 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”}} - Parameters:
- definedTags- the value to set
- Returns:
- this builder
 
 - 
systemTagspublic 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”}} - Parameters:
- systemTags- the value to set
- Returns:
- this builder
 
 - 
timeCreatedpublic OperationsInsightsWarehouseSummary.Builder timeCreated(Date timeCreated) The time at which the resource was first created.An RFC3339 formatted datetime string - Parameters:
- timeCreated- the value to set
- Returns:
- this builder
 
 - 
timeUpdatedpublic OperationsInsightsWarehouseSummary.Builder timeUpdated(Date timeUpdated) The time at which the resource was last updated.An RFC3339 formatted datetime string - Parameters:
- timeUpdated- the value to set
- Returns:
- this builder
 
 - 
lifecycleStatepublic OperationsInsightsWarehouseSummary.Builder lifecycleState(OperationsInsightsWarehouseLifecycleState lifecycleState) Possible lifecycle states- Parameters:
- lifecycleState- the value to set
- Returns:
- this builder
 
 - 
lifecycleDetailspublic 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. - Parameters:
- lifecycleDetails- the value to set
- Returns:
- this builder
 
 - 
buildpublic OperationsInsightsWarehouseSummary build() 
 - 
copypublic OperationsInsightsWarehouseSummary.Builder copy(OperationsInsightsWarehouseSummary model) 
 
- 
 
-