Interface GetLineageNodeResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetLineageNodeResponse.Builder,GetLineageNodeResponse>,DataZoneResponse.Builder,SdkBuilder<GetLineageNodeResponse.Builder,GetLineageNodeResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetLineageNodeResponse
public static interface GetLineageNodeResponse.Builder extends DataZoneResponse.Builder, SdkPojo, CopyableBuilder<GetLineageNodeResponse.Builder,GetLineageNodeResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetLineageNodeResponse.BuildercreatedAt(Instant createdAt)The timestamp at which the data lineage node was created.GetLineageNodeResponse.BuildercreatedBy(String createdBy)The user who created the data lineage node.GetLineageNodeResponse.Builderdescription(String description)The description of the data lineage node.GetLineageNodeResponse.BuilderdomainId(String domainId)The ID of the domain where you're getting the data lineage node.GetLineageNodeResponse.BuilderdownstreamNodes(Collection<LineageNodeReference> downstreamNodes)The downsteam nodes of the specified data lineage node.GetLineageNodeResponse.BuilderdownstreamNodes(Consumer<LineageNodeReference.Builder>... downstreamNodes)The downsteam nodes of the specified data lineage node.GetLineageNodeResponse.BuilderdownstreamNodes(LineageNodeReference... downstreamNodes)The downsteam nodes of the specified data lineage node.GetLineageNodeResponse.BuildereventTimestamp(Instant eventTimestamp)The timestamp of the event described in the data lineage node.GetLineageNodeResponse.BuilderformsOutput(Collection<FormOutput> formsOutput)The metadata of the specified data lineage node.GetLineageNodeResponse.BuilderformsOutput(Consumer<FormOutput.Builder>... formsOutput)The metadata of the specified data lineage node.GetLineageNodeResponse.BuilderformsOutput(FormOutput... formsOutput)The metadata of the specified data lineage node.GetLineageNodeResponse.Builderid(String id)The ID of the data lineage node.GetLineageNodeResponse.Buildername(String name)The name of the data lineage node.GetLineageNodeResponse.BuildersourceIdentifier(String sourceIdentifier)The source identifier of the data lineage node.GetLineageNodeResponse.BuildertypeName(String typeName)The name of the type of the specified data lineage node.GetLineageNodeResponse.BuildertypeRevision(String typeRevision)The revision type of the specified data lineage node.GetLineageNodeResponse.BuilderupdatedAt(Instant updatedAt)The timestamp at which the data lineage node was updated.GetLineageNodeResponse.BuilderupdatedBy(String updatedBy)The user who updated the data lineage node.GetLineageNodeResponse.BuilderupstreamNodes(Collection<LineageNodeReference> upstreamNodes)The upstream nodes of the specified data lineage node.GetLineageNodeResponse.BuilderupstreamNodes(Consumer<LineageNodeReference.Builder>... upstreamNodes)The upstream nodes of the specified data lineage node.GetLineageNodeResponse.BuilderupstreamNodes(LineageNodeReference... upstreamNodes)The upstream nodes of the specified data lineage node.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.datazone.model.DataZoneResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
createdAt
GetLineageNodeResponse.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
GetLineageNodeResponse.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
GetLineageNodeResponse.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
GetLineageNodeResponse.Builder domainId(String domainId)
The ID of the domain where you're getting the data lineage node.
- Parameters:
domainId- The ID of the domain where you're getting the data lineage node.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
downstreamNodes
GetLineageNodeResponse.Builder downstreamNodes(Collection<LineageNodeReference> downstreamNodes)
The downsteam nodes of the specified data lineage node.
- Parameters:
downstreamNodes- The downsteam nodes of the specified data lineage node.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
downstreamNodes
GetLineageNodeResponse.Builder downstreamNodes(LineageNodeReference... downstreamNodes)
The downsteam nodes of the specified data lineage node.
- Parameters:
downstreamNodes- The downsteam nodes of the specified data lineage node.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
downstreamNodes
GetLineageNodeResponse.Builder downstreamNodes(Consumer<LineageNodeReference.Builder>... downstreamNodes)
The downsteam nodes of the specified data lineage node.
This is a convenience method that creates an instance of theLineageNodeReference.Builderavoiding the need to create one manually viaLineageNodeReference.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#downstreamNodes(List.) - Parameters:
downstreamNodes- a consumer that will call methods onLineageNodeReference.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#downstreamNodes(java.util.Collection)
-
eventTimestamp
GetLineageNodeResponse.Builder eventTimestamp(Instant eventTimestamp)
The timestamp of the event described in the data lineage node.
- Parameters:
eventTimestamp- The timestamp of the event described in the data lineage node.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
formsOutput
GetLineageNodeResponse.Builder formsOutput(Collection<FormOutput> formsOutput)
The metadata of the specified data lineage node.
- Parameters:
formsOutput- The metadata of the specified data lineage node.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
formsOutput
GetLineageNodeResponse.Builder formsOutput(FormOutput... formsOutput)
The metadata of the specified data lineage node.
- Parameters:
formsOutput- The metadata of the specified data lineage node.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
formsOutput
GetLineageNodeResponse.Builder formsOutput(Consumer<FormOutput.Builder>... formsOutput)
The metadata of the specified data lineage node.
This is a convenience method that creates an instance of theFormOutput.Builderavoiding the need to create one manually viaFormOutput.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#formsOutput(List.) - Parameters:
formsOutput- a consumer that will call methods onFormOutput.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#formsOutput(java.util.Collection)
-
id
GetLineageNodeResponse.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
GetLineageNodeResponse.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
GetLineageNodeResponse.Builder sourceIdentifier(String sourceIdentifier)
The source identifier of the data lineage node.
- Parameters:
sourceIdentifier- The source identifier of the data lineage node.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
typeName
GetLineageNodeResponse.Builder typeName(String typeName)
The name of the type of the specified data lineage node.
- Parameters:
typeName- The name of the type of the specified data lineage node.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
typeRevision
GetLineageNodeResponse.Builder typeRevision(String typeRevision)
The revision type of the specified data lineage node.
- Parameters:
typeRevision- The revision type of the specified data lineage node.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedAt
GetLineageNodeResponse.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
GetLineageNodeResponse.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.
-
upstreamNodes
GetLineageNodeResponse.Builder upstreamNodes(Collection<LineageNodeReference> upstreamNodes)
The upstream nodes of the specified data lineage node.
- Parameters:
upstreamNodes- The upstream nodes of the specified data lineage node.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
upstreamNodes
GetLineageNodeResponse.Builder upstreamNodes(LineageNodeReference... upstreamNodes)
The upstream nodes of the specified data lineage node.
- Parameters:
upstreamNodes- The upstream nodes of the specified data lineage node.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
upstreamNodes
GetLineageNodeResponse.Builder upstreamNodes(Consumer<LineageNodeReference.Builder>... upstreamNodes)
The upstream nodes of the specified data lineage node.
This is a convenience method that creates an instance of theLineageNodeReference.Builderavoiding the need to create one manually viaLineageNodeReference.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#upstreamNodes(List.) - Parameters:
upstreamNodes- a consumer that will call methods onLineageNodeReference.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#upstreamNodes(java.util.Collection)
-
-