public static class EmWarehouseSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
EmWarehouseSummary |
build() |
EmWarehouseSummary.Builder |
compartmentId(String compartmentId)
Compartment Identifier
|
EmWarehouseSummary.Builder |
copy(EmWarehouseSummary model) |
EmWarehouseSummary.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
EmWarehouseSummary.Builder |
displayName(String displayName)
EmWarehouse Identifier, can be renamed
|
EmWarehouseSummary.Builder |
emBridgeId(String emBridgeId)
EMBridge Identifier
|
EmWarehouseSummary.Builder |
emWarehouseType(String emWarehouseType)
Type of the EmWarehouse.
|
EmWarehouseSummary.Builder |
freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope.
|
EmWarehouseSummary.Builder |
id(String id)
Unique identifier that is immutable on creation
|
EmWarehouseSummary.Builder |
latestEtlRunMessage(String latestEtlRunMessage)
Data Flow Run Status Message
|
EmWarehouseSummary.Builder |
latestEtlRunStatus(String latestEtlRunStatus)
Data Flow Run Status
|
EmWarehouseSummary.Builder |
latestEtlRunTime(String latestEtlRunTime)
Data Flow Run Total Time
|
EmWarehouseSummary.Builder |
lifecycleDetails(String lifecycleDetails)
A message describing the current state in more detail.
|
EmWarehouseSummary.Builder |
lifecycleState(EmWarehouse.LifecycleState lifecycleState)
The current state of the EmWarehouse.
|
EmWarehouseSummary.Builder |
operationsInsightsWarehouseId(String operationsInsightsWarehouseId)
operations Insights Warehouse Identifier
|
EmWarehouseSummary.Builder |
systemTags(Map<String,Map<String,Object>> systemTags)
Usage of system tag keys.
|
EmWarehouseSummary.Builder |
timeCreated(Date timeCreated)
The time the the EmWarehouse was created.
|
EmWarehouseSummary.Builder |
timeUpdated(Date timeUpdated)
The time the EmWarehouse was updated.
|
public EmWarehouseSummary.Builder operationsInsightsWarehouseId(String operationsInsightsWarehouseId)
operations Insights Warehouse Identifier
operationsInsightsWarehouseId
- the value to setpublic EmWarehouseSummary.Builder id(String id)
Unique identifier that is immutable on creation
id
- the value to setpublic EmWarehouseSummary.Builder displayName(String displayName)
EmWarehouse Identifier, can be renamed
displayName
- the value to setpublic EmWarehouseSummary.Builder compartmentId(String compartmentId)
Compartment Identifier
compartmentId
- the value to setpublic EmWarehouseSummary.Builder emWarehouseType(String emWarehouseType)
Type of the EmWarehouse.
emWarehouseType
- the value to setpublic EmWarehouseSummary.Builder emBridgeId(String emBridgeId)
EMBridge Identifier
emBridgeId
- the value to setpublic EmWarehouseSummary.Builder latestEtlRunStatus(String latestEtlRunStatus)
Data Flow Run Status
latestEtlRunStatus
- the value to setpublic EmWarehouseSummary.Builder latestEtlRunMessage(String latestEtlRunMessage)
Data Flow Run Status Message
latestEtlRunMessage
- the value to setpublic EmWarehouseSummary.Builder latestEtlRunTime(String latestEtlRunTime)
Data Flow Run Total Time
latestEtlRunTime
- the value to setpublic EmWarehouseSummary.Builder timeCreated(Date timeCreated)
The time the the EmWarehouse was created. An RFC3339 formatted datetime string
timeCreated
- the value to setpublic EmWarehouseSummary.Builder timeUpdated(Date timeUpdated)
The time the EmWarehouse was updated. An RFC3339 formatted datetime string
timeUpdated
- the value to setpublic EmWarehouseSummary.Builder lifecycleState(EmWarehouse.LifecycleState lifecycleState)
The current state of the EmWarehouse.
lifecycleState
- the value to setpublic EmWarehouseSummary.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 EmWarehouseSummary.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 EmWarehouseSummary.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 EmWarehouseSummary.Builder systemTags(Map<String,Map<String,Object>> systemTags)
Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud": {"free-tier-retained": "true"}}
systemTags
- the value to setpublic EmWarehouseSummary build()
public EmWarehouseSummary.Builder copy(EmWarehouseSummary model)
Copyright © 2016–2024. All rights reserved.