Interface GetLineageNodeRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<GetLineageNodeRequest.Builder,
,GetLineageNodeRequest> DataZoneRequest.Builder
,SdkBuilder<GetLineageNodeRequest.Builder,
,GetLineageNodeRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
GetLineageNodeRequest
-
Method Summary
Modifier and TypeMethodDescriptiondomainIdentifier
(String domainIdentifier) The ID of the domain in which you want to get the data lineage node.eventTimestamp
(Instant eventTimestamp) The event time stamp for which you want to get the data lineage node.identifier
(String identifier) The ID of the data lineage node that you want to get.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.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, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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
The ID of the data lineage node that you want to get.
Both, a lineage node identifier generated by Amazon DataZone and a
sourceIdentifier
of the lineage node are supported. IfsourceIdentifier
is 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
sourceIdentifier
of the lineage node are supported. IfsourceIdentifier
is 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) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
GetLineageNodeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-