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 java.lang.Object implements OpenLineage.Builder<OpenLineage.SymlinksDatasetFacetIdentifiers>
builder class for SymlinksDatasetFacetIdentifiers
-
-
Constructor Summary
Constructors Constructor Description SymlinksDatasetFacetIdentifiersBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OpenLineage.SymlinksDatasetFacetIdentifiers
build()
build an instance of SymlinksDatasetFacetIdentifiers from the fields set in the builderOpenLineage.SymlinksDatasetFacetIdentifiersBuilder
name(java.lang.String name)
OpenLineage.SymlinksDatasetFacetIdentifiersBuilder
namespace(java.lang.String namespace)
OpenLineage.SymlinksDatasetFacetIdentifiersBuilder
type(java.lang.String type)
-
-
-
Method Detail
-
namespace
public OpenLineage.SymlinksDatasetFacetIdentifiersBuilder namespace(java.lang.String namespace)
- Parameters:
namespace
- The dataset namespace- Returns:
- this
-
name
public OpenLineage.SymlinksDatasetFacetIdentifiersBuilder name(java.lang.String name)
- Parameters:
name
- The dataset name- Returns:
- this
-
type
public OpenLineage.SymlinksDatasetFacetIdentifiersBuilder type(java.lang.String type)
- Parameters:
type
- Identifier type- Returns:
- this
-
build
public OpenLineage.SymlinksDatasetFacetIdentifiers 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
-
-