| Package | Description |
|---|---|
| software.amazon.awscdk.services.glue |
AWS Glue Construct Library
|
| Modifier and Type | Class and Description |
|---|---|
static class |
Column.Jsii$Proxy
An implementation for
Column |
| Modifier and Type | Method and Description |
|---|---|
Column |
Column.Builder.build()
Builds the configured instance.
|
| Modifier and Type | Method and Description |
|---|---|
List<Column> |
TableProps.getColumns()
(experimental) Columns of the table.
|
List<Column> |
TableProps.Jsii$Proxy.getColumns() |
List<Column> |
Table.getColumns()
(experimental) This table's columns.
|
default List<Column> |
TableProps.getPartitionKeys()
(experimental) Partition columns of the table.
|
List<Column> |
TableProps.Jsii$Proxy.getPartitionKeys() |
List<Column> |
Table.getPartitionKeys()
(experimental) This table's partition keys if the table is partitioned.
|
| Modifier and Type | Method and Description |
|---|---|
TableProps.Builder |
TableProps.Builder.columns(List<? extends Column> columns)
Sets the value of
TableProps.getColumns() |
Table.Builder |
Table.Builder.columns(List<? extends Column> columns)
(experimental) Columns of the table.
|
TableProps.Builder |
TableProps.Builder.partitionKeys(List<? extends Column> partitionKeys)
Sets the value of
TableProps.getPartitionKeys() |
Table.Builder |
Table.Builder.partitionKeys(List<? extends Column> partitionKeys)
(experimental) Partition columns of the table.
|
static Type |
Schema.struct(List<? extends Column> columns)
(experimental) Creates a nested structure containing individually named and typed columns.
|
| Constructor and Description |
|---|
Jsii$Proxy(List<? extends Column> columns,
IDatabase database,
DataFormat dataFormat,
String tableName,
IBucket bucket,
Boolean compressed,
String description,
TableEncryption encryption,
IKey encryptionKey,
List<? extends Column> partitionKeys,
String s3Prefix,
Boolean storedAsSubDirectories)
Constructor that initializes the object based on literal property values passed by the
TableProps.Builder. |
Jsii$Proxy(List<? extends Column> columns,
IDatabase database,
DataFormat dataFormat,
String tableName,
IBucket bucket,
Boolean compressed,
String description,
TableEncryption encryption,
IKey encryptionKey,
List<? extends Column> partitionKeys,
String s3Prefix,
Boolean storedAsSubDirectories)
Constructor that initializes the object based on literal property values passed by the
TableProps.Builder. |
Copyright © 2021. All rights reserved.