Interface LineageNodeSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<LineageNodeSummary.Builder,
,LineageNodeSummary> SdkBuilder<LineageNodeSummary.Builder,
,LineageNodeSummary> SdkPojo
- Enclosing class:
LineageNodeSummary
@Mutable
@NotThreadSafe
public static interface LineageNodeSummary.Builder
extends SdkPojo, CopyableBuilder<LineageNodeSummary.Builder,LineageNodeSummary>
-
Method Summary
Modifier and TypeMethodDescriptionThe timestamp at which the data lineage node was created.The user who created the data lineage node.description
(String description) The description of the data lineage node.The ID of the domain of the data lineage node.eventTimestamp
(Instant eventTimestamp) The event timestamp of the data lineage node.The ID of the data lineage node.The name of the data lineage node.sourceIdentifier
(String sourceIdentifier) The alternate ID of the data lineage node.The name of the type of the data lineage node.typeRevision
(String typeRevision) The type of the revision of the data lineage node.The timestamp at which the data lineage node was updated.The user who updated 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, sdkFieldNameToField, sdkFields
-
Method Details
-
createdAt
The timestamp at which the data lineage node was created.
- Parameters:
createdAt
- The timestamp at which the data lineage node was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdBy
The user who created the data lineage node.
- Parameters:
createdBy
- The user who created the data lineage node.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
The description of the data lineage node.
- Parameters:
description
- The description of the data lineage node.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
domainId
The ID of the domain of the data lineage node.
- Parameters:
domainId
- The ID of the domain of the data lineage node.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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
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.
-
name
The name of the data lineage node.
- Parameters:
name
- The name of the data lineage node.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sourceIdentifier
The alternate ID of the data lineage node.
- Parameters:
sourceIdentifier
- The alternate ID of the data lineage node.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
typeName
The name of the type of the data lineage node.
- Parameters:
typeName
- The name of the type of the data lineage node.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
typeRevision
The type of the revision of the data lineage node.
- Parameters:
typeRevision
- The type of the revision of the data lineage node.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedAt
The timestamp at which the data lineage node was updated.
- Parameters:
updatedAt
- The timestamp at which the data lineage node was updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedBy
The user who updated the data lineage node.
- Parameters:
updatedBy
- The user who updated the data lineage node.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-