Uses of Class
software.amazon.awscdk.services.glue.alpha.DatabaseProps.Builder
Packages that use DatabaseProps.Builder
-
Uses of DatabaseProps.Builder in software.amazon.awscdk.services.glue.alpha
Methods in software.amazon.awscdk.services.glue.alpha that return DatabaseProps.BuilderModifier and TypeMethodDescriptionstatic DatabaseProps.Builder
DatabaseProps.builder()
DatabaseProps.Builder.databaseName
(String databaseName) Sets the value ofDatabaseProps.getDatabaseName()
DatabaseProps.Builder.description
(String description) Sets the value ofDatabaseProps.getDescription()
DatabaseProps.Builder.locationUri
(String locationUri) Sets the value ofDatabaseProps.getLocationUri()
Constructors in software.amazon.awscdk.services.glue.alpha with parameters of type DatabaseProps.BuilderModifierConstructorDescriptionprotected
Jsii$Proxy
(DatabaseProps.Builder builder) Constructor that initializes the object based on literal property values passed by theDatabaseProps.Builder
.