Package | Description |
---|---|
software.amazon.awssdk.services.glue.model |
Modifier and Type | Method and Description |
---|---|
static S3CatalogTarget.Builder |
S3CatalogTarget.builder() |
S3CatalogTarget.Builder |
S3CatalogTarget.Builder.database(String database)
The name of the database to write to.
|
S3CatalogTarget.Builder |
S3CatalogTarget.Builder.inputs(Collection<String> inputs)
The nodes that are inputs to the data target.
|
S3CatalogTarget.Builder |
S3CatalogTarget.Builder.inputs(String... inputs)
The nodes that are inputs to the data target.
|
S3CatalogTarget.Builder |
S3CatalogTarget.Builder.name(String name)
The name of the data target.
|
S3CatalogTarget.Builder |
S3CatalogTarget.Builder.partitionKeys(Collection<? extends Collection<String>> partitionKeys)
Specifies native partitioning using a sequence of keys.
|
S3CatalogTarget.Builder |
S3CatalogTarget.Builder.partitionKeys(Collection<String>... partitionKeys)
Specifies native partitioning using a sequence of keys.
|
S3CatalogTarget.Builder |
S3CatalogTarget.Builder.schemaChangePolicy(CatalogSchemaChangePolicy schemaChangePolicy)
A policy that specifies update behavior for the crawler.
|
default S3CatalogTarget.Builder |
S3CatalogTarget.Builder.schemaChangePolicy(Consumer<CatalogSchemaChangePolicy.Builder> schemaChangePolicy)
A policy that specifies update behavior for the crawler.
|
S3CatalogTarget.Builder |
S3CatalogTarget.Builder.table(String table)
The name of the table in the database to write to.
|
S3CatalogTarget.Builder |
S3CatalogTarget.toBuilder() |
Modifier and Type | Method and Description |
---|---|
static Class<? extends S3CatalogTarget.Builder> |
S3CatalogTarget.serializableBuilderClass() |
Modifier and Type | Method and Description |
---|---|
default CodeGenConfigurationNode.Builder |
CodeGenConfigurationNode.Builder.s3CatalogTarget(Consumer<S3CatalogTarget.Builder> s3CatalogTarget)
Specifies a data target that writes to Amazon S3 using the Glue Data Catalog.
|
Copyright © 2022. All rights reserved.