public static interface GlueTable.Builder extends SdkPojo, CopyableBuilder<GlueTable.Builder,GlueTable>
Modifier and Type | Method and Description |
---|---|
GlueTable.Builder |
additionalOptions(Map<String,String> additionalOptions)
Additional options for the table.
|
GlueTable.Builder |
catalogId(String catalogId)
A unique identifier for the Glue Data Catalog.
|
GlueTable.Builder |
connectionName(String connectionName)
The name of the connection to the Glue Data Catalog.
|
GlueTable.Builder |
databaseName(String databaseName)
A database name in the Glue Data Catalog.
|
GlueTable.Builder |
tableName(String tableName)
A table name in the Glue Data Catalog.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
GlueTable.Builder databaseName(String databaseName)
A database name in the Glue Data Catalog.
databaseName
- A database name in the Glue Data Catalog.GlueTable.Builder tableName(String tableName)
A table name in the Glue Data Catalog.
tableName
- A table name in the Glue Data Catalog.GlueTable.Builder catalogId(String catalogId)
A unique identifier for the Glue Data Catalog.
catalogId
- A unique identifier for the Glue Data Catalog.GlueTable.Builder connectionName(String connectionName)
The name of the connection to the Glue Data Catalog.
connectionName
- The name of the connection to the Glue Data Catalog.GlueTable.Builder additionalOptions(Map<String,String> additionalOptions)
Additional options for the table. Currently there are two keys supported:
pushDownPredicate
: to filter on partitions without having to list and read all the files in your
dataset.
catalogPartitionPredicate
: to use server-side partition pruning using partition indexes in the
Glue Data Catalog.
additionalOptions
- Additional options for the table. Currently there are two keys supported:
pushDownPredicate
: to filter on partitions without having to list and read all the files
in your dataset.
catalogPartitionPredicate
: to use server-side partition pruning using partition indexes
in the Glue Data Catalog.
Copyright © 2022. All rights reserved.