Package io.openlineage.client
Class OpenLineage.NominalTimeRunFacetBuilder
java.lang.Object
io.openlineage.client.OpenLineage.NominalTimeRunFacetBuilder
- All Implemented Interfaces:
OpenLineage.Builder<OpenLineage.NominalTimeRunFacet>
- Enclosing class:
- OpenLineage
public final class OpenLineage.NominalTimeRunFacetBuilder
extends Object
implements OpenLineage.Builder<OpenLineage.NominalTimeRunFacet>
builder class for NominalTimeRunFacet
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
build an instance of NominalTimeRunFacet from the fields set in the buildernominalEndTime
(ZonedDateTime nominalEndTime) nominalStartTime
(ZonedDateTime nominalStartTime) add additional properties
-
Constructor Details
-
NominalTimeRunFacetBuilder
public NominalTimeRunFacetBuilder()
-
-
Method Details
-
nominalStartTime
- Parameters:
nominalStartTime
- An [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601) timestamp representing the nominal start time (included) of the run. AKA the schedule time- Returns:
- this
-
nominalEndTime
- Parameters:
nominalEndTime
- An [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601) timestamp representing the nominal end time (excluded) of the run. (Should be the nominal start time of the next run)- Returns:
- this
-
put
add additional properties- Parameters:
key
- the additional property namevalue
- the additional property value- Returns:
- this
-
build
build an instance of NominalTimeRunFacet from the fields set in the builder- Specified by:
build
in interfaceOpenLineage.Builder<OpenLineage.NominalTimeRunFacet>
- Returns:
- the constructed type
-