Package io.openlineage.client
Class OpenLineage.EnvironmentVariableBuilder
java.lang.Object
io.openlineage.client.OpenLineage.EnvironmentVariableBuilder
- All Implemented Interfaces:
OpenLineage.Builder<OpenLineage.EnvironmentVariable>
- Enclosing class:
- OpenLineage
public static final class OpenLineage.EnvironmentVariableBuilder
extends Object
implements OpenLineage.Builder<OpenLineage.EnvironmentVariable>
builder class for EnvironmentVariable
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
build an instance of EnvironmentVariable from the fields set in the builder
-
Constructor Details
-
EnvironmentVariableBuilder
public EnvironmentVariableBuilder()
-
-
Method Details
-
name
- Parameters:
name
- The name of the environment variable.- Returns:
- this
-
value
- Parameters:
value
- The value of the environment variable.- Returns:
- this
-
build
build an instance of EnvironmentVariable from the fields set in the builder- Specified by:
build
in interfaceOpenLineage.Builder<OpenLineage.EnvironmentVariable>
- Returns:
- the constructed type
-