Interface DataQualityTargetTable.Builder

All Superinterfaces:
Buildable, CopyableBuilder<DataQualityTargetTable.Builder,DataQualityTargetTable>, SdkBuilder<DataQualityTargetTable.Builder,DataQualityTargetTable>, SdkPojo
Enclosing class:
DataQualityTargetTable

public static interface DataQualityTargetTable.Builder extends SdkPojo, CopyableBuilder<DataQualityTargetTable.Builder,DataQualityTargetTable>
  • 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.