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