Uses of Class
software.amazon.awscdk.services.glue.alpha.S3Table.Builder
Packages that use S3Table.Builder
-
Uses of S3Table.Builder in software.amazon.awscdk.services.glue.alpha
Methods in software.amazon.awscdk.services.glue.alpha that return S3Table.BuilderModifier and TypeMethodDescriptionS3Table.Builder.clientSideEncryption(TableClientSideEncryption clientSideEncryption) (experimental) Client-side encryption (CSE-KMS) for the table's data.(experimental) Columns of the table.S3Table.Builder.compressed(Boolean compressed) (experimental) Indicates whether the table's data is compressed or not.static S3Table.Builder(experimental) Database in which to store the table.S3Table.Builder.dataFormat(DataFormat dataFormat) (experimental) Storage type of the table's data.S3Table.Builder.description(String description) (experimental) Description of the table.S3Table.Builder.enablePartitionFiltering(Boolean enablePartitionFiltering) (experimental) Enables partition filtering.S3Table.Builder.hasEncryptedData(Boolean hasEncryptedData) (experimental) Whether the data stored in the table is encrypted.S3Table.Builder.parameters(Map<String, String> parameters) (experimental) The key/value pairs define properties associated with the table.S3Table.Builder.partitionIndexes(List<? extends PartitionIndex> partitionIndexes) (experimental) Partition indexes on the table.S3Table.Builder.partitionKeys(List<? extends Column> partitionKeys) (experimental) Partition columns of the table.S3Table.Builder.partitionProjection(Map<String, ? extends PartitionProjectionConfiguration> partitionProjection) (experimental) Partition projection configuration for this table.(experimental) S3 prefix under which table objects are stored.S3Table.Builder.storage(S3TableStorage storage) (experimental) Where the table's data is stored: a bucket created and managed by the table, or an existing bucket you provide.S3Table.Builder.storageParameters(List<? extends StorageParameter> storageParameters) (experimental) The user-supplied properties for the description of the physical storage of this table.S3Table.Builder.storedAsSubDirectories(Boolean storedAsSubDirectories) (experimental) Indicates whether the table data is stored in subdirectories.(experimental) Name of the table.