Package com.oracle.bmc.emwarehouse.model
Class EmWarehouse.Builder
- java.lang.Object
- 
- com.oracle.bmc.emwarehouse.model.EmWarehouse.Builder
 
- 
- Enclosing class:
- EmWarehouse
 
 public static class EmWarehouse.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description EmWarehousebuild()EmWarehouse.BuildercompartmentId(String compartmentId)Compartment IdentifierEmWarehouse.Buildercopy(EmWarehouse model)EmWarehouse.BuilderdefinedTags(Map<String,Map<String,Object>> definedTags)Defined tags for this resource.EmWarehouse.BuilderdisplayName(String displayName)EmWarehouse Identifier, can be renamedEmWarehouse.BuilderemBridgeId(String emBridgeId)EMBridge IdentifierEmWarehouse.BuilderemWarehouseType(String emWarehouseType)Type of the EmWarehouse.EmWarehouse.BuilderfreeformTags(Map<String,String> freeformTags)Simple key-value pair that is applied without any predefined name, type or scope.EmWarehouse.Builderid(String id)Unique identifier that is immutable on creationEmWarehouse.BuilderlatestEtlRunMessage(String latestEtlRunMessage)Data Flow Run Status MessageEmWarehouse.BuilderlatestEtlRunStatus(String latestEtlRunStatus)Data Flow Run StatusEmWarehouse.BuilderlatestEtlRunTime(String latestEtlRunTime)Data Flow Run Total TimeEmWarehouse.BuilderlifecycleDetails(String lifecycleDetails)A message describing the current state in more detail.EmWarehouse.BuilderlifecycleState(EmWarehouse.LifecycleState lifecycleState)The current state of the EmWarehouse.EmWarehouse.BuilderoperationsInsightsWarehouseId(String operationsInsightsWarehouseId)operations Insights Warehouse IdentifierEmWarehouse.BuildersystemTags(Map<String,Map<String,Object>> systemTags)Usage of system tag keys.EmWarehouse.BuildertimeCreated(Date timeCreated)The time the the EmWarehouse was created.EmWarehouse.BuildertimeUpdated(Date timeUpdated)The time the EmWarehouse was updated.
 
- 
- 
- 
Method Detail- 
operationsInsightsWarehouseIdpublic EmWarehouse.Builder operationsInsightsWarehouseId(String operationsInsightsWarehouseId) operations Insights Warehouse Identifier- Parameters:
- operationsInsightsWarehouseId- the value to set
- Returns:
- this builder
 
 - 
latestEtlRunStatuspublic EmWarehouse.Builder latestEtlRunStatus(String latestEtlRunStatus) Data Flow Run Status- Parameters:
- latestEtlRunStatus- the value to set
- Returns:
- this builder
 
 - 
latestEtlRunMessagepublic EmWarehouse.Builder latestEtlRunMessage(String latestEtlRunMessage) Data Flow Run Status Message- Parameters:
- latestEtlRunMessage- the value to set
- Returns:
- this builder
 
 - 
latestEtlRunTimepublic EmWarehouse.Builder latestEtlRunTime(String latestEtlRunTime) Data Flow Run Total Time- Parameters:
- latestEtlRunTime- the value to set
- Returns:
- this builder
 
 - 
idpublic EmWarehouse.Builder id(String id) Unique identifier that is immutable on creation- Parameters:
- id- the value to set
- Returns:
- this builder
 
 - 
displayNamepublic EmWarehouse.Builder displayName(String displayName) EmWarehouse Identifier, can be renamed- Parameters:
- displayName- the value to set
- Returns:
- this builder
 
 - 
compartmentIdpublic EmWarehouse.Builder compartmentId(String compartmentId) Compartment Identifier- Parameters:
- compartmentId- the value to set
- Returns:
- this builder
 
 - 
emWarehouseTypepublic EmWarehouse.Builder emWarehouseType(String emWarehouseType) Type of the EmWarehouse.- Parameters:
- emWarehouseType- the value to set
- Returns:
- this builder
 
 - 
emBridgeIdpublic EmWarehouse.Builder emBridgeId(String emBridgeId) EMBridge Identifier- Parameters:
- emBridgeId- the value to set
- Returns:
- this builder
 
 - 
timeCreatedpublic EmWarehouse.Builder timeCreated(Date timeCreated) The time the the EmWarehouse was created.An RFC3339 formatted datetime string - Parameters:
- timeCreated- the value to set
- Returns:
- this builder
 
 - 
timeUpdatedpublic EmWarehouse.Builder timeUpdated(Date timeUpdated) The time the EmWarehouse was updated.An RFC3339 formatted datetime string - Parameters:
- timeUpdated- the value to set
- Returns:
- this builder
 
 - 
lifecycleStatepublic EmWarehouse.Builder lifecycleState(EmWarehouse.LifecycleState lifecycleState) The current state of the EmWarehouse.- Parameters:
- lifecycleState- the value to set
- Returns:
- this builder
 
 - 
lifecycleDetailspublic EmWarehouse.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
 
 - 
freeformTagspublic EmWarehouse.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 EmWarehouse.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 EmWarehouse.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”}} - Parameters:
- systemTags- the value to set
- Returns:
- this builder
 
 - 
buildpublic EmWarehouse build() 
 - 
copypublic EmWarehouse.Builder copy(EmWarehouse model) 
 
- 
 
-