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>
 
- 
- 
Constructor Summary
Constructors Constructor Description SymlinksDatasetFacetIdentifiersBuilder() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OpenLineage.SymlinksDatasetFacetIdentifiersbuild()OpenLineage.SymlinksDatasetFacetIdentifiersBuildername(java.lang.String name)OpenLineage.SymlinksDatasetFacetIdentifiersBuildernamespace(java.lang.String namespace)OpenLineage.SymlinksDatasetFacetIdentifiersBuildertype(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()
- Specified by:
 buildin interfaceOpenLineage.Builder<OpenLineage.SymlinksDatasetFacetIdentifiers>- Returns:
 - the constructed type
 
 
 - 
 
 -