| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
static DatabaseIdentifier.Builder |
DatabaseIdentifier.builder() |
DatabaseIdentifier.Builder |
DatabaseIdentifier.Builder.catalogId(String catalogId)
The ID of the Data Catalog in which the database resides.
|
DatabaseIdentifier.Builder |
DatabaseIdentifier.Builder.databaseName(String databaseName)
The name of the catalog database.
|
DatabaseIdentifier.Builder |
DatabaseIdentifier.Builder.region(String region)
Region of the target database.
|
DatabaseIdentifier.Builder |
DatabaseIdentifier.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DatabaseIdentifier.Builder> |
DatabaseIdentifier.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Database.Builder |
Database.Builder.targetDatabase(Consumer<DatabaseIdentifier.Builder> targetDatabase)
A
DatabaseIdentifier structure that describes a target database for resource linking. |
default DatabaseInput.Builder |
DatabaseInput.Builder.targetDatabase(Consumer<DatabaseIdentifier.Builder> targetDatabase)
A
DatabaseIdentifier structure that describes a target database for resource linking. |
Copyright © 2023. All rights reserved.