Interface DataSourceRunActivity.Builder

  • Method Details

    • createdAt

      DataSourceRunActivity.Builder createdAt(Instant createdAt)

      The timestamp of when data source run activity was created.

      Parameters:
      createdAt - The timestamp of when data source run activity was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • dataAssetId

      DataSourceRunActivity.Builder dataAssetId(String dataAssetId)

      The identifier of the asset included in the data source run activity.

      Parameters:
      dataAssetId - The identifier of the asset included in the data source run activity.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • dataAssetStatus

      DataSourceRunActivity.Builder dataAssetStatus(String dataAssetStatus)

      The status of the asset included in the data source run activity.

      Parameters:
      dataAssetStatus - The status of the asset included in the data source run activity.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • dataAssetStatus

      DataSourceRunActivity.Builder dataAssetStatus(DataAssetActivityStatus dataAssetStatus)

      The status of the asset included in the data source run activity.

      Parameters:
      dataAssetStatus - The status of the asset included in the data source run activity.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • dataSourceRunId

      DataSourceRunActivity.Builder dataSourceRunId(String dataSourceRunId)

      The identifier of the data source for the data source run activity.

      Parameters:
      dataSourceRunId - The identifier of the data source for the data source run activity.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • database

      The database included in the data source run activity.

      Parameters:
      database - The database included in the data source run activity.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • errorMessage

      Sets the value of the ErrorMessage property for this object.
      Parameters:
      errorMessage - The new value for the ErrorMessage property for this object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • errorMessage

      Sets the value of the ErrorMessage property for this object. This is a convenience method that creates an instance of the DataSourceErrorMessage.Builder avoiding the need to create one manually via DataSourceErrorMessage.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to errorMessage(DataSourceErrorMessage).

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

      DataSourceRunActivity.Builder lineageSummary(LineageInfo lineageSummary)

      The data lineage summary.

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

      default DataSourceRunActivity.Builder lineageSummary(Consumer<LineageInfo.Builder> lineageSummary)

      The data lineage summary.

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

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to lineageSummary(LineageInfo).

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

      DataSourceRunActivity.Builder projectId(String projectId)

      The project ID included in the data source run activity.

      Parameters:
      projectId - The project ID included in the data source run activity.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • technicalDescription

      DataSourceRunActivity.Builder technicalDescription(String technicalDescription)

      The technical description included in the data source run activity.

      Parameters:
      technicalDescription - The technical description included in the data source run activity.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • technicalName

      DataSourceRunActivity.Builder technicalName(String technicalName)

      The technical name included in the data source run activity.

      Parameters:
      technicalName - The technical name included in the data source run activity.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • updatedAt

      DataSourceRunActivity.Builder updatedAt(Instant updatedAt)

      The timestamp of when data source run activity was updated.

      Parameters:
      updatedAt - The timestamp of when data source run activity was updated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.