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