Interface DataQualityTargetTable.Builder

  • Method Details

    • tableName

      DataQualityTargetTable.Builder tableName(String tableName)

      The name of the Glue table.

      Parameters:
      tableName - The name of the Glue table.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • databaseName

      DataQualityTargetTable.Builder databaseName(String databaseName)

      The name of the database where the Glue table exists.

      Parameters:
      databaseName - The name of the database where the Glue table exists.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • catalogId

      DataQualityTargetTable.Builder catalogId(String catalogId)

      The catalog id where the Glue table exists.

      Parameters:
      catalogId - The catalog id where the Glue table exists.
      Returns:
      Returns a reference to this object so that method calls can be chained together.