Interface GetLineageNodeRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetLineageNodeRequest.Builder,GetLineageNodeRequest>,DataZoneRequest.Builder,SdkBuilder<GetLineageNodeRequest.Builder,GetLineageNodeRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetLineageNodeRequest
public static interface GetLineageNodeRequest.Builder extends DataZoneRequest.Builder, SdkPojo, CopyableBuilder<GetLineageNodeRequest.Builder,GetLineageNodeRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetLineageNodeRequest.BuilderdomainIdentifier(String domainIdentifier)The ID of the domain in which you want to get the data lineage node.GetLineageNodeRequest.BuildereventTimestamp(Instant eventTimestamp)The event time stamp for which you want to get the data lineage node.GetLineageNodeRequest.Builderidentifier(String identifier)The ID of the data lineage node that you want to get.GetLineageNodeRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetLineageNodeRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.datazone.model.DataZoneRequest.Builder
build
-
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
-
domainIdentifier
GetLineageNodeRequest.Builder domainIdentifier(String domainIdentifier)
The ID of the domain in which you want to get the data lineage node.
- Parameters:
domainIdentifier- The ID of the domain in which you want to get the data lineage node.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
eventTimestamp
GetLineageNodeRequest.Builder eventTimestamp(Instant eventTimestamp)
The event time stamp for which you want to get the data lineage node.
- Parameters:
eventTimestamp- The event time stamp for which you want to get the data lineage node.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
identifier
GetLineageNodeRequest.Builder identifier(String identifier)
The ID of the data lineage node that you want to get.
Both, a lineage node identifier generated by Amazon DataZone and a
sourceIdentifierof the lineage node are supported. IfsourceIdentifieris greater than 1800 characters, you can use lineage node identifier generated by Amazon DataZone to get the node details.- Parameters:
identifier- The ID of the data lineage node that you want to get.Both, a lineage node identifier generated by Amazon DataZone and a
sourceIdentifierof the lineage node are supported. IfsourceIdentifieris greater than 1800 characters, you can use lineage node identifier generated by Amazon DataZone to get the node details.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetLineageNodeRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetLineageNodeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-