Package com.oracle.bmc.opsi.model
Class OperationsInsightsWarehouseUserSummary.Builder
- java.lang.Object
-
- com.oracle.bmc.opsi.model.OperationsInsightsWarehouseUserSummary.Builder
-
- Enclosing class:
- OperationsInsightsWarehouseUserSummary
public static class OperationsInsightsWarehouseUserSummary.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
operationsInsightsWarehouseId
public OperationsInsightsWarehouseUserSummary.Builder operationsInsightsWarehouseId(String operationsInsightsWarehouseId)
OPSI Warehouse OCID- Parameters:
operationsInsightsWarehouseId
- the value to set- Returns:
- this builder
-
id
public OperationsInsightsWarehouseUserSummary.Builder id(String id)
Hub User OCID- Parameters:
id
- the value to set- Returns:
- this builder
-
compartmentId
public OperationsInsightsWarehouseUserSummary.Builder compartmentId(String compartmentId)
The OCID of the compartment.- Parameters:
compartmentId
- the value to set- Returns:
- this builder
-
name
public OperationsInsightsWarehouseUserSummary.Builder name(String name)
Username for schema which would have access to AWR Data, Enterprise Manager Data and Ops Insights OPSI Hub.- Parameters:
name
- the value to set- Returns:
- this builder
-
connectionPassword
public OperationsInsightsWarehouseUserSummary.Builder connectionPassword(String connectionPassword)
User provided connection password for the AWR Data, Enterprise Manager Data and Ops Insights OPSI Hub.- Parameters:
connectionPassword
- the value to set- Returns:
- this builder
-
isAwrDataAccess
public OperationsInsightsWarehouseUserSummary.Builder isAwrDataAccess(Boolean isAwrDataAccess)
Indicate whether user has access to AWR data.- Parameters:
isAwrDataAccess
- the value to set- Returns:
- this builder
-
isEmDataAccess
public OperationsInsightsWarehouseUserSummary.Builder isEmDataAccess(Boolean isEmDataAccess)
Indicate whether user has access to EM data.- Parameters:
isEmDataAccess
- the value to set- Returns:
- this builder
-
isOpsiDataAccess
public OperationsInsightsWarehouseUserSummary.Builder isOpsiDataAccess(Boolean isOpsiDataAccess)
Indicate whether user has access to OPSI data.- Parameters:
isOpsiDataAccess
- the value to set- Returns:
- this builder
-
freeformTags
public 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”}
- Parameters:
freeformTags
- the value to set- Returns:
- this builder
-
definedTags
public 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”}}
- Parameters:
definedTags
- the value to set- Returns:
- this builder
-
systemTags
public 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”}}
- Parameters:
systemTags
- the value to set- Returns:
- this builder
-
timeCreated
public OperationsInsightsWarehouseUserSummary.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
-
timeUpdated
public OperationsInsightsWarehouseUserSummary.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
-
lifecycleState
public OperationsInsightsWarehouseUserSummary.Builder lifecycleState(OperationsInsightsWarehouseUserLifecycleState lifecycleState)
Possible lifecycle states- Parameters:
lifecycleState
- the value to set- Returns:
- this builder
-
lifecycleDetails
public 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.
- Parameters:
lifecycleDetails
- the value to set- Returns:
- this builder
-
build
public OperationsInsightsWarehouseUserSummary build()
-
copy
public OperationsInsightsWarehouseUserSummary.Builder copy(OperationsInsightsWarehouseUserSummary model)
-
-