Package io.openlineage.client
Class OpenLineage.ExecutionParameterBuilder
java.lang.Object
io.openlineage.client.OpenLineage.ExecutionParameterBuilder
- All Implemented Interfaces:
OpenLineage.Builder<OpenLineage.ExecutionParameter>
- Enclosing class:
- OpenLineage
public static final class OpenLineage.ExecutionParameterBuilder
extends Object
implements OpenLineage.Builder<OpenLineage.ExecutionParameter>
builder class for ExecutionParameter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()build an instance of ExecutionParameter from the fields set in the builderdescription(String description) add additional properties
-
Constructor Details
-
ExecutionParameterBuilder
public ExecutionParameterBuilder()
-
-
Method Details
-
key
- Parameters:
key- Unique identifier of the property.- Returns:
- this
-
name
- Parameters:
name- Human-readable name of the property.- Returns:
- this
-
description
- Parameters:
description- Human-readable description of the property.- Returns:
- this
-
value
- Parameters:
value- Value of the property.- Returns:
- this
-
put
add additional properties- Parameters:
key- the additional property namevalue- the additional property value- Returns:
- this
-
build
build an instance of ExecutionParameter from the fields set in the builder- Specified by:
buildin interfaceOpenLineage.Builder<OpenLineage.ExecutionParameter>- Returns:
- the constructed type
-