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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DataQualityTargetTable.BuildercatalogId(String catalogId)The catalog id where the Glue table exists.DataQualityTargetTable.BuilderdatabaseName(String databaseName)The name of the database where the Glue table exists.DataQualityTargetTable.BuildertableName(String tableName)The name of the Glue table.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
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.
-
-