public static interface DataQualityTargetTable.Builder extends SdkPojo, CopyableBuilder<DataQualityTargetTable.Builder,DataQualityTargetTable>
| Modifier and Type | Method and Description |
|---|---|
DataQualityTargetTable.Builder |
catalogId(String catalogId)
The catalog id where the Glue table exists.
|
DataQualityTargetTable.Builder |
databaseName(String databaseName)
The name of the database where the Glue table exists.
|
DataQualityTargetTable.Builder |
tableName(String tableName)
The name of the Glue table.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDataQualityTargetTable.Builder tableName(String tableName)
The name of the Glue table.
tableName - The name of the Glue table.DataQualityTargetTable.Builder databaseName(String databaseName)
The name of the database where the Glue table exists.
databaseName - The name of the database where the Glue table exists.DataQualityTargetTable.Builder catalogId(String catalogId)
The catalog id where the Glue table exists.
catalogId - The catalog id where the Glue table exists.Copyright © 2023. All rights reserved.