Interface LineageMetadata.Builder

  • Method Details

    • actionArns

      LineageMetadata.Builder actionArns(Map<String,String> actionArns)

      The Amazon Resource Name (ARN) of the lineage metadata action.

      Parameters:
      actionArns - The Amazon Resource Name (ARN) of the lineage metadata action.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • artifactArns

      LineageMetadata.Builder artifactArns(Map<String,String> artifactArns)

      The Amazon Resource Name (ARN) of the lineage metadata artifact.

      Parameters:
      artifactArns - The Amazon Resource Name (ARN) of the lineage metadata artifact.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • contextArns

      LineageMetadata.Builder contextArns(Map<String,String> contextArns)

      The Amazon Resource Name (ARN) of the lineage metadata context.

      Parameters:
      contextArns - The Amazon Resource Name (ARN) of the lineage metadata context.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • associations

      LineageMetadata.Builder associations(Collection<AssociationInfo> associations)

      The lineage metadata associations.

      Parameters:
      associations - The lineage metadata associations.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • associations

      LineageMetadata.Builder associations(AssociationInfo... associations)

      The lineage metadata associations.

      Parameters:
      associations - The lineage metadata associations.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • associations

      The lineage metadata associations.

      This is a convenience method that creates an instance of the AssociationInfo.Builder avoiding the need to create one manually via AssociationInfo.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to associations(List<AssociationInfo>).

      Parameters:
      associations - a consumer that will call methods on AssociationInfo.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: