Interface GetLineageNodeRequest.Builder

  • Method Details

    • 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 sourceIdentifier of the lineage node are supported. If sourceIdentifier 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. If sourceIdentifier 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 interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.