Interface LineageNodeReference.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<LineageNodeReference.Builder,LineageNodeReference>,SdkBuilder<LineageNodeReference.Builder,LineageNodeReference>,SdkPojo
- Enclosing class:
- LineageNodeReference
public static interface LineageNodeReference.Builder extends SdkPojo, CopyableBuilder<LineageNodeReference.Builder,LineageNodeReference>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LineageNodeReference.BuildereventTimestamp(Instant eventTimestamp)The event timestamp of the data lineage node.LineageNodeReference.Builderid(String id)The ID of the data lineage node.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
eventTimestamp
LineageNodeReference.Builder eventTimestamp(Instant eventTimestamp)
The event timestamp of the data lineage node.
- Parameters:
eventTimestamp- The event timestamp of the data lineage node.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
LineageNodeReference.Builder id(String id)
The ID of the data lineage node.
- Parameters:
id- The ID of the data lineage node.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-