Interface LineageNodeSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<LineageNodeSummary.Builder,LineageNodeSummary>,SdkBuilder<LineageNodeSummary.Builder,LineageNodeSummary>,SdkPojo
- Enclosing class:
- LineageNodeSummary
public static interface LineageNodeSummary.Builder extends SdkPojo, CopyableBuilder<LineageNodeSummary.Builder,LineageNodeSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LineageNodeSummary.BuildercreatedAt(Instant createdAt)The timestamp at which the data lineage node was created.LineageNodeSummary.BuildercreatedBy(String createdBy)The user who created the data lineage node.LineageNodeSummary.Builderdescription(String description)The description of the data lineage node.LineageNodeSummary.BuilderdomainId(String domainId)The ID of the domain of the data lineage node.LineageNodeSummary.BuildereventTimestamp(Instant eventTimestamp)The event timestamp of the data lineage node.LineageNodeSummary.Builderid(String id)The ID of the data lineage node.LineageNodeSummary.Buildername(String name)The name of the data lineage node.LineageNodeSummary.BuildersourceIdentifier(String sourceIdentifier)The alternate ID of the data lineage node.LineageNodeSummary.BuildertypeName(String typeName)The name of the type of the data lineage node.LineageNodeSummary.BuildertypeRevision(String typeRevision)The type of the revision of the data lineage node.LineageNodeSummary.BuilderupdatedAt(Instant updatedAt)The timestamp at which the data lineage node was updated.LineageNodeSummary.BuilderupdatedBy(String updatedBy)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, sdkFields
-
-
-
-
Method Detail
-
createdAt
LineageNodeSummary.Builder createdAt(Instant 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
LineageNodeSummary.Builder createdBy(String 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
LineageNodeSummary.Builder description(String 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
LineageNodeSummary.Builder domainId(String 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
LineageNodeSummary.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
LineageNodeSummary.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.
-
name
LineageNodeSummary.Builder name(String 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
LineageNodeSummary.Builder sourceIdentifier(String 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
LineageNodeSummary.Builder typeName(String 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
LineageNodeSummary.Builder typeRevision(String 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
LineageNodeSummary.Builder updatedAt(Instant 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
LineageNodeSummary.Builder updatedBy(String 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.
-
-