Uses of Class
software.amazon.awscdk.services.glue.Database.Builder
Packages that use Database.Builder
-
Uses of Database.Builder in software.amazon.awscdk.services.glue
Methods in software.amazon.awscdk.services.glue that return Database.BuilderModifier and TypeMethodDescriptionThe catalog in which the database will be placed.static Database.BuilderDatabase.Builder.databaseName(String databaseName) The name of the database.Database.Builder.description(String description) A description of the database.Database.Builder.locationUri(String locationUri) The location of the database (for example, an HDFS path).Database.Builder.removalPolicy(RemovalPolicy removalPolicy) Policy to apply when the database is removed from the stack.