Uses of Interface
software.amazon.awssdk.services.glue.model.DatabaseIdentifier.Builder
-
Packages that use DatabaseIdentifier.Builder Package Description software.amazon.awssdk.services.glue.model -
-
Uses of DatabaseIdentifier.Builder in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return DatabaseIdentifier.Builder Modifier and Type Method Description static DatabaseIdentifier.BuilderDatabaseIdentifier. builder()DatabaseIdentifier.BuilderDatabaseIdentifier.Builder. catalogId(String catalogId)The ID of the Data Catalog in which the database resides.DatabaseIdentifier.BuilderDatabaseIdentifier.Builder. databaseName(String databaseName)The name of the catalog database.DatabaseIdentifier.BuilderDatabaseIdentifier.Builder. region(String region)Region of the target database.DatabaseIdentifier.BuilderDatabaseIdentifier. toBuilder()Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type DatabaseIdentifier.Builder Modifier and Type Method Description static Class<? extends DatabaseIdentifier.Builder>DatabaseIdentifier. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.glue.model with type arguments of type DatabaseIdentifier.Builder Modifier and Type Method Description default Database.BuilderDatabase.Builder. targetDatabase(Consumer<DatabaseIdentifier.Builder> targetDatabase)ADatabaseIdentifierstructure that describes a target database for resource linking.default DatabaseInput.BuilderDatabaseInput.Builder. targetDatabase(Consumer<DatabaseIdentifier.Builder> targetDatabase)ADatabaseIdentifierstructure that describes a target database for resource linking.
-