Class RuntimeOperator.Builder
- java.lang.Object
-
- com.oracle.bmc.dataintegration.model.RuntimeOperator.Builder
-
- Enclosing class:
- RuntimeOperator
public static class RuntimeOperator.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RuntimeOperator
build()
RuntimeOperator.Builder
configProvider(ConfigProvider configProvider)
RuntimeOperator.Builder
copy(RuntimeOperator model)
RuntimeOperator.Builder
endTimeInMillis(Long endTimeInMillis)
The runtime operator end time.RuntimeOperator.Builder
executionState(RuntimeOperator.ExecutionState executionState)
statusRuntimeOperator.Builder
identifier(String identifier)
Value can only contain upper case letters, underscore and numbers.RuntimeOperator.Builder
inputs(Map<String,ParameterValue> inputs)
The configuration provider bindings.RuntimeOperator.Builder
key(String key)
The RuntimeOperator key.RuntimeOperator.Builder
metadata(ObjectMetadata metadata)
RuntimeOperator.Builder
metrics(Map<String,Float> metrics)
A map metrics for the task run.RuntimeOperator.Builder
modelType(String modelType)
The type of the object.RuntimeOperator.Builder
modelVersion(String modelVersion)
The model version of an object.RuntimeOperator.Builder
name(String name)
Free form text without any restriction on permitted characters.RuntimeOperator.Builder
objectStatus(Integer objectStatus)
The status of an object that can be set to value 1 for shallow references across objects, other values reserved.RuntimeOperator.Builder
objectVersion(Integer objectVersion)
The version of the object that is used to track changes in the object instance.RuntimeOperator.Builder
operator(Operator operator)
RuntimeOperator.Builder
operatorType(RuntimeOperator.OperatorType operatorType)
The type of Runtime OperatorRuntimeOperator.Builder
outputs(Map<String,ParameterValue> outputs)
The configuration provider bindings.RuntimeOperator.Builder
parameters(List<Parameter> parameters)
A list of parameters for the pipeline, this allows certain aspects of the pipeline to be configured when the pipeline is executed.RuntimeOperator.Builder
parentRef(ParentReference parentRef)
RuntimeOperator.Builder
startTimeInMillis(Long startTimeInMillis)
The runtime operator start time.RuntimeOperator.Builder
status(RuntimeOperator.Status status)
Status of RuntimeOperator.RuntimeOperator.Builder
taskRunKey(String taskRunKey)
The TaskRun key.RuntimeOperator.Builder
taskType(RuntimeOperator.TaskType taskType)
The type of task run.
-
-
-
Method Detail
-
key
public RuntimeOperator.Builder key(String key)
The RuntimeOperator key.- Parameters:
key
- the value to set- Returns:
- this builder
-
taskRunKey
public RuntimeOperator.Builder taskRunKey(String taskRunKey)
The TaskRun key.- Parameters:
taskRunKey
- the value to set- Returns:
- this builder
-
startTimeInMillis
public RuntimeOperator.Builder startTimeInMillis(Long startTimeInMillis)
The runtime operator start time.- Parameters:
startTimeInMillis
- the value to set- Returns:
- this builder
-
endTimeInMillis
public RuntimeOperator.Builder endTimeInMillis(Long endTimeInMillis)
The runtime operator end time.- Parameters:
endTimeInMillis
- the value to set- Returns:
- this builder
-
status
public RuntimeOperator.Builder status(RuntimeOperator.Status status)
Status of RuntimeOperator.This field is deprecated, use RuntimeOperator’s executionState field instead.
- Parameters:
status
- the value to set- Returns:
- this builder
-
modelType
public RuntimeOperator.Builder modelType(String modelType)
The type of the object.- Parameters:
modelType
- the value to set- Returns:
- this builder
-
modelVersion
public RuntimeOperator.Builder modelVersion(String modelVersion)
The model version of an object.- Parameters:
modelVersion
- the value to set- Returns:
- this builder
-
parentRef
public RuntimeOperator.Builder parentRef(ParentReference parentRef)
-
name
public RuntimeOperator.Builder name(String name)
Free form text without any restriction on permitted characters.Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
- Parameters:
name
- the value to set- Returns:
- this builder
-
objectVersion
public RuntimeOperator.Builder objectVersion(Integer objectVersion)
The version of the object that is used to track changes in the object instance.- Parameters:
objectVersion
- the value to set- Returns:
- this builder
-
identifier
public RuntimeOperator.Builder identifier(String identifier)
Value can only contain upper case letters, underscore and numbers.It should begin with upper case letter or underscore. The value can be modified.
- Parameters:
identifier
- the value to set- Returns:
- this builder
-
executionState
public RuntimeOperator.Builder executionState(RuntimeOperator.ExecutionState executionState)
status- Parameters:
executionState
- the value to set- Returns:
- this builder
-
parameters
public RuntimeOperator.Builder parameters(List<Parameter> parameters)
A list of parameters for the pipeline, this allows certain aspects of the pipeline to be configured when the pipeline is executed.- Parameters:
parameters
- the value to set- Returns:
- this builder
-
objectStatus
public RuntimeOperator.Builder objectStatus(Integer objectStatus)
The status of an object that can be set to value 1 for shallow references across objects, other values reserved.- Parameters:
objectStatus
- the value to set- Returns:
- this builder
-
metadata
public RuntimeOperator.Builder metadata(ObjectMetadata metadata)
-
operator
public RuntimeOperator.Builder operator(Operator operator)
-
inputs
public RuntimeOperator.Builder inputs(Map<String,ParameterValue> inputs)
The configuration provider bindings.- Parameters:
inputs
- the value to set- Returns:
- this builder
-
outputs
public RuntimeOperator.Builder outputs(Map<String,ParameterValue> outputs)
The configuration provider bindings.- Parameters:
outputs
- the value to set- Returns:
- this builder
-
taskType
public RuntimeOperator.Builder taskType(RuntimeOperator.TaskType taskType)
The type of task run.- Parameters:
taskType
- the value to set- Returns:
- this builder
-
configProvider
public RuntimeOperator.Builder configProvider(ConfigProvider configProvider)
-
operatorType
public RuntimeOperator.Builder operatorType(RuntimeOperator.OperatorType operatorType)
The type of Runtime Operator- Parameters:
operatorType
- the value to set- Returns:
- this builder
-
metrics
public RuntimeOperator.Builder metrics(Map<String,Float> metrics)
A map metrics for the task run.- Parameters:
metrics
- the value to set- Returns:
- this builder
-
build
public RuntimeOperator build()
-
copy
public RuntimeOperator.Builder copy(RuntimeOperator model)
-
-