| Package | Description |
|---|---|
| com.amazonaws.services.datazone.model |
| Modifier and Type | Method and Description |
|---|---|
LineageNodeReference |
LineageNodeReference.clone() |
LineageNodeReference |
LineageNodeReference.withEventTimestamp(Date eventTimestamp)
The event timestamp of the data lineage node.
|
LineageNodeReference |
LineageNodeReference.withId(String id)
The ID of the data lineage node.
|
| Modifier and Type | Method and Description |
|---|---|
List<LineageNodeReference> |
GetLineageNodeResult.getDownstreamNodes()
The downsteam nodes of the specified data lineage node.
|
List<LineageNodeReference> |
GetLineageNodeResult.getUpstreamNodes()
The upstream nodes of the specified data lineage node.
|
| Modifier and Type | Method and Description |
|---|---|
GetLineageNodeResult |
GetLineageNodeResult.withDownstreamNodes(LineageNodeReference... downstreamNodes)
The downsteam nodes of the specified data lineage node.
|
GetLineageNodeResult |
GetLineageNodeResult.withUpstreamNodes(LineageNodeReference... upstreamNodes)
The upstream nodes of the specified data lineage node.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetLineageNodeResult.setDownstreamNodes(Collection<LineageNodeReference> downstreamNodes)
The downsteam nodes of the specified data lineage node.
|
void |
GetLineageNodeResult.setUpstreamNodes(Collection<LineageNodeReference> upstreamNodes)
The upstream nodes of the specified data lineage node.
|
GetLineageNodeResult |
GetLineageNodeResult.withDownstreamNodes(Collection<LineageNodeReference> downstreamNodes)
The downsteam nodes of the specified data lineage node.
|
GetLineageNodeResult |
GetLineageNodeResult.withUpstreamNodes(Collection<LineageNodeReference> upstreamNodes)
The upstream nodes of the specified data lineage node.
|
Copyright © 2024. All rights reserved.