Class DatabaseProps.Builder
java.lang.Object
software.amazon.awscdk.services.glue.alpha.DatabaseProps.Builder
- All Implemented Interfaces:
 software.amazon.jsii.Builder<DatabaseProps>
- Enclosing interface:
 DatabaseProps
@Stability(Experimental)
public static final class DatabaseProps.Builder
extends Object
implements software.amazon.jsii.Builder<DatabaseProps>
A builder for 
DatabaseProps- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.databaseName(String databaseName) Sets the value ofDatabaseProps.getDatabaseName()description(String description) Sets the value ofDatabaseProps.getDescription()locationUri(String locationUri) Sets the value ofDatabaseProps.getLocationUri() 
- 
Constructor Details
- 
Builder
public Builder() 
 - 
 - 
Method Details
- 
databaseName
Sets the value ofDatabaseProps.getDatabaseName()- Parameters:
 databaseName- The name of the database.- Returns:
 this
 - 
description
Sets the value ofDatabaseProps.getDescription()- Parameters:
 description- A description of the database.- Returns:
 this
 - 
locationUri
Sets the value ofDatabaseProps.getLocationUri()- Parameters:
 locationUri- The location of the database (for example, an HDFS path).- Returns:
 this
 - 
build
Builds the configured instance.- Specified by:
 buildin interfacesoftware.amazon.jsii.Builder<DatabaseProps>- Returns:
 - a new instance of 
DatabaseProps - Throws:
 NullPointerException- if any required attribute was not provided
 
 -