| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
static S3GlueParquetTarget.Builder |
S3GlueParquetTarget.builder() |
S3GlueParquetTarget.Builder |
S3GlueParquetTarget.Builder.compression(ParquetCompressionType compression)
Specifies how the data is compressed.
|
S3GlueParquetTarget.Builder |
S3GlueParquetTarget.Builder.compression(String compression)
Specifies how the data is compressed.
|
S3GlueParquetTarget.Builder |
S3GlueParquetTarget.Builder.inputs(Collection<String> inputs)
The nodes that are inputs to the data target.
|
S3GlueParquetTarget.Builder |
S3GlueParquetTarget.Builder.inputs(String... inputs)
The nodes that are inputs to the data target.
|
S3GlueParquetTarget.Builder |
S3GlueParquetTarget.Builder.name(String name)
The name of the data target.
|
S3GlueParquetTarget.Builder |
S3GlueParquetTarget.Builder.partitionKeys(Collection<? extends Collection<String>> partitionKeys)
Specifies native partitioning using a sequence of keys.
|
S3GlueParquetTarget.Builder |
S3GlueParquetTarget.Builder.partitionKeys(Collection<String>... partitionKeys)
Specifies native partitioning using a sequence of keys.
|
S3GlueParquetTarget.Builder |
S3GlueParquetTarget.Builder.path(String path)
A single Amazon S3 path to write to.
|
default S3GlueParquetTarget.Builder |
S3GlueParquetTarget.Builder.schemaChangePolicy(Consumer<DirectSchemaChangePolicy.Builder> schemaChangePolicy)
A policy that specifies update behavior for the crawler.
|
S3GlueParquetTarget.Builder |
S3GlueParquetTarget.Builder.schemaChangePolicy(DirectSchemaChangePolicy schemaChangePolicy)
A policy that specifies update behavior for the crawler.
|
S3GlueParquetTarget.Builder |
S3GlueParquetTarget.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends S3GlueParquetTarget.Builder> |
S3GlueParquetTarget.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CodeGenConfigurationNode.Builder |
CodeGenConfigurationNode.Builder.s3GlueParquetTarget(Consumer<S3GlueParquetTarget.Builder> s3GlueParquetTarget)
Specifies a data target that writes to Amazon S3 in Apache Parquet columnar storage.
|
Copyright © 2023. All rights reserved.