Interface DataSourceRunActivity.Builder

    • Method Detail

      • 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.
      • 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

        DataSourceRunActivity.Builder database​(String 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

        DataSourceRunActivity.Builder errorMessage​(DataSourceErrorMessage 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.
      • 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.