| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
static CatalogTarget.Builder |
CatalogTarget.builder() |
CatalogTarget.Builder |
CatalogTarget.Builder.databaseName(String databaseName)
The name of the database to be synchronized.
|
CatalogTarget.Builder |
CatalogTarget.Builder.tables(Collection<String> tables)
A list of the tables to be synchronized.
|
CatalogTarget.Builder |
CatalogTarget.Builder.tables(String... tables)
A list of the tables to be synchronized.
|
CatalogTarget.Builder |
CatalogTarget.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CatalogTarget.Builder> |
CatalogTarget.serializableBuilderClass() |
Copyright © 2020. All rights reserved.