public static class EtlRunSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
EtlRunSummary |
build() |
EtlRunSummary.Builder |
compartmentId(String compartmentId)
Compartment Identifier
|
EtlRunSummary.Builder |
copy(EtlRunSummary model) |
EtlRunSummary.Builder |
dataReadInBytes(Long dataReadInBytes)
Data read by the dataflow run
|
EtlRunSummary.Builder |
dataWritten(Long dataWritten)
Data written by the dataflow run
|
EtlRunSummary.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
EtlRunSummary.Builder |
displayName(String displayName)
The name of the ETLRun.
|
EtlRunSummary.Builder |
freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope.
|
EtlRunSummary.Builder |
lifecycleDetails(String lifecycleDetails)
Details of the lifecycle state
|
EtlRunSummary.Builder |
lifecycleState(EtlRunSummary.LifecycleState lifecycleState)
The current state of the etlRun.
|
EtlRunSummary.Builder |
runDurationInMilliseconds(Long runDurationInMilliseconds)
Dataflow run duration
|
EtlRunSummary.Builder |
timeCreated(Date timeCreated)
Time when the dataflow run was created
|
EtlRunSummary.Builder |
timeUpdated(Date timeUpdated)
Time when the dataflow run was updated
|
public EtlRunSummary.Builder compartmentId(String compartmentId)
Compartment Identifier
compartmentId
- the value to setpublic EtlRunSummary.Builder dataReadInBytes(Long dataReadInBytes)
Data read by the dataflow run
dataReadInBytes
- the value to setpublic EtlRunSummary.Builder dataWritten(Long dataWritten)
Data written by the dataflow run
dataWritten
- the value to setpublic EtlRunSummary.Builder lifecycleState(EtlRunSummary.LifecycleState lifecycleState)
The current state of the etlRun.
lifecycleState
- the value to setpublic EtlRunSummary.Builder displayName(String displayName)
The name of the ETLRun.
displayName
- the value to setpublic EtlRunSummary.Builder lifecycleDetails(String lifecycleDetails)
Details of the lifecycle state
lifecycleDetails
- the value to setpublic EtlRunSummary.Builder runDurationInMilliseconds(Long runDurationInMilliseconds)
Dataflow run duration
runDurationInMilliseconds
- the value to setpublic EtlRunSummary.Builder timeCreated(Date timeCreated)
Time when the dataflow run was created
timeCreated
- the value to setpublic EtlRunSummary.Builder timeUpdated(Date timeUpdated)
Time when the dataflow run was updated
timeUpdated
- the value to setpublic EtlRunSummary.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 EtlRunSummary.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 EtlRunSummary build()
public EtlRunSummary.Builder copy(EtlRunSummary model)
Copyright © 2016–2024. All rights reserved.