| Package | Description |
|---|---|
| com.amazonaws.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
S3GlueParquetTarget |
S3GlueParquetTarget.clone() |
S3GlueParquetTarget |
CodeGenConfigurationNode.getS3GlueParquetTarget()
Specifies a data target that writes to Amazon S3 in Apache Parquet columnar storage.
|
S3GlueParquetTarget |
S3GlueParquetTarget.withCompression(ParquetCompressionType compression)
Specifies how the data is compressed.
|
S3GlueParquetTarget |
S3GlueParquetTarget.withCompression(String compression)
Specifies how the data is compressed.
|
S3GlueParquetTarget |
S3GlueParquetTarget.withInputs(Collection<String> inputs)
The nodes that are inputs to the data target.
|
S3GlueParquetTarget |
S3GlueParquetTarget.withInputs(String... inputs)
The nodes that are inputs to the data target.
|
S3GlueParquetTarget |
S3GlueParquetTarget.withName(String name)
The name of the data target.
|
S3GlueParquetTarget |
S3GlueParquetTarget.withPartitionKeys(Collection<List<String>> partitionKeys)
Specifies native partitioning using a sequence of keys.
|
S3GlueParquetTarget |
S3GlueParquetTarget.withPartitionKeys(List<String>... partitionKeys)
Specifies native partitioning using a sequence of keys.
|
S3GlueParquetTarget |
S3GlueParquetTarget.withPath(String path)
A single Amazon S3 path to write to.
|
S3GlueParquetTarget |
S3GlueParquetTarget.withSchemaChangePolicy(DirectSchemaChangePolicy schemaChangePolicy)
A policy that specifies update behavior for the crawler.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CodeGenConfigurationNode.setS3GlueParquetTarget(S3GlueParquetTarget s3GlueParquetTarget)
Specifies a data target that writes to Amazon S3 in Apache Parquet columnar storage.
|
CodeGenConfigurationNode |
CodeGenConfigurationNode.withS3GlueParquetTarget(S3GlueParquetTarget s3GlueParquetTarget)
Specifies a data target that writes to Amazon S3 in Apache Parquet columnar storage.
|
Copyright © 2025. All rights reserved.