public static interface GlueTable.Builder extends SdkPojo, CopyableBuilder<GlueTable.Builder,GlueTable>
Modifier and Type | Method and Description |
---|---|
GlueTable.Builder |
catalogId(String catalogId)
A unique identifier for the AWS Glue Data Catalog.
|
GlueTable.Builder |
connectionName(String connectionName)
The name of the connection to the AWS Glue Data Catalog.
|
GlueTable.Builder |
databaseName(String databaseName)
A database name in the AWS Glue Data Catalog.
|
GlueTable.Builder |
tableName(String tableName)
A table name in the AWS Glue Data Catalog.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
GlueTable.Builder databaseName(String databaseName)
A database name in the AWS Glue Data Catalog.
databaseName
- A database name in the AWS Glue Data Catalog.GlueTable.Builder tableName(String tableName)
A table name in the AWS Glue Data Catalog.
tableName
- A table name in the AWS Glue Data Catalog.GlueTable.Builder catalogId(String catalogId)
A unique identifier for the AWS Glue Data Catalog.
catalogId
- A unique identifier for the AWS Glue Data Catalog.GlueTable.Builder connectionName(String connectionName)
The name of the connection to the AWS Glue Data Catalog.
connectionName
- The name of the connection to the AWS Glue Data Catalog.Copyright © 2020. All rights reserved.