public static class OperationsInsightsWarehouseUserSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
public OperationsInsightsWarehouseUserSummary.Builder operationsInsightsWarehouseId(String operationsInsightsWarehouseId)
OPSI Warehouse OCID
operationsInsightsWarehouseId
- the value to setpublic OperationsInsightsWarehouseUserSummary.Builder id(String id)
Hub User OCID
id
- the value to setpublic OperationsInsightsWarehouseUserSummary.Builder compartmentId(String compartmentId)
The OCID of the compartment.
compartmentId
- the value to setpublic OperationsInsightsWarehouseUserSummary.Builder name(String name)
Username for schema which would have access to AWR Data, Enterprise Manager Data and Ops Insights OPSI Hub.
name
- the value to setpublic OperationsInsightsWarehouseUserSummary.Builder connectionPassword(String connectionPassword)
User provided connection password for the AWR Data, Enterprise Manager Data and Ops Insights OPSI Hub.
connectionPassword
- the value to setpublic OperationsInsightsWarehouseUserSummary.Builder isAwrDataAccess(Boolean isAwrDataAccess)
Indicate whether user has access to AWR data.
isAwrDataAccess
- the value to setpublic OperationsInsightsWarehouseUserSummary.Builder isEmDataAccess(Boolean isEmDataAccess)
Indicate whether user has access to EM data.
isEmDataAccess
- the value to setpublic OperationsInsightsWarehouseUserSummary.Builder isOpsiDataAccess(Boolean isOpsiDataAccess)
Indicate whether user has access to OPSI data.
isOpsiDataAccess
- the value to setpublic OperationsInsightsWarehouseUserSummary.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 OperationsInsightsWarehouseUserSummary.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 OperationsInsightsWarehouseUserSummary.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 OperationsInsightsWarehouseUserSummary.Builder timeCreated(Date timeCreated)
The time at which the resource was first created. An RFC3339 formatted datetime string
timeCreated
- the value to setpublic OperationsInsightsWarehouseUserSummary.Builder timeUpdated(Date timeUpdated)
The time at which the resource was last updated. An RFC3339 formatted datetime string
timeUpdated
- the value to setpublic OperationsInsightsWarehouseUserSummary.Builder lifecycleState(OperationsInsightsWarehouseUserLifecycleState lifecycleState)
Possible lifecycle states
lifecycleState
- the value to setpublic OperationsInsightsWarehouseUserSummary.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 OperationsInsightsWarehouseUserSummary build()
public OperationsInsightsWarehouseUserSummary.Builder copy(OperationsInsightsWarehouseUserSummary model)
Copyright © 2016–2024. All rights reserved.