| Package | Description |
|---|---|
| com.amazonaws.services.datazone.model |
| Modifier and Type | Method and Description |
|---|---|
LineageNodeSummary |
LineageNodeSummary.clone() |
LineageNodeSummary |
LineageNodeSummary.withCreatedAt(Date createdAt)
The timestamp at which the data lineage node was created.
|
LineageNodeSummary |
LineageNodeSummary.withCreatedBy(String createdBy)
The user who created the data lineage node.
|
LineageNodeSummary |
LineageNodeSummary.withDescription(String description)
The description of the data lineage node.
|
LineageNodeSummary |
LineageNodeSummary.withDomainId(String domainId)
The ID of the domain of the data lineage node.
|
LineageNodeSummary |
LineageNodeSummary.withEventTimestamp(Date eventTimestamp)
The event timestamp of the data lineage node.
|
LineageNodeSummary |
LineageNodeSummary.withId(String id)
The ID of the data lineage node.
|
LineageNodeSummary |
LineageNodeSummary.withName(String name)
The name of the data lineage node.
|
LineageNodeSummary |
LineageNodeSummary.withSourceIdentifier(String sourceIdentifier)
The alternate ID of the data lineage node.
|
LineageNodeSummary |
LineageNodeSummary.withTypeName(String typeName)
The name of the type of the data lineage node.
|
LineageNodeSummary |
LineageNodeSummary.withTypeRevision(String typeRevision)
The type of the revision of the data lineage node.
|
LineageNodeSummary |
LineageNodeSummary.withUpdatedAt(Date updatedAt)
The timestamp at which the data lineage node was updated.
|
LineageNodeSummary |
LineageNodeSummary.withUpdatedBy(String updatedBy)
The user who updated the data lineage node.
|
| Modifier and Type | Method and Description |
|---|---|
List<LineageNodeSummary> |
ListLineageNodeHistoryResult.getNodes()
The nodes returned by the ListLineageNodeHistory action.
|
| Modifier and Type | Method and Description |
|---|---|
ListLineageNodeHistoryResult |
ListLineageNodeHistoryResult.withNodes(LineageNodeSummary... nodes)
The nodes returned by the ListLineageNodeHistory action.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListLineageNodeHistoryResult.setNodes(Collection<LineageNodeSummary> nodes)
The nodes returned by the ListLineageNodeHistory action.
|
ListLineageNodeHistoryResult |
ListLineageNodeHistoryResult.withNodes(Collection<LineageNodeSummary> nodes)
The nodes returned by the ListLineageNodeHistory action.
|
Copyright © 2024. All rights reserved.