@Stability(value=Experimental) public static final class DatabaseProps.Builder extends Object implements software.amazon.jsii.Builder<DatabaseProps>
DatabaseProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
DatabaseProps |
build()
Builds the configured instance.
|
DatabaseProps.Builder |
databaseName(String databaseName)
Sets the value of
DatabaseProps.getDatabaseName() |
DatabaseProps.Builder |
locationUri(String locationUri)
Sets the value of
DatabaseProps.getLocationUri() |
@Stability(value=Experimental) public DatabaseProps.Builder databaseName(String databaseName)
DatabaseProps.getDatabaseName()databaseName - The name of the database. This parameter is required.this@Stability(value=Experimental) public DatabaseProps.Builder locationUri(String locationUri)
DatabaseProps.getLocationUri()locationUri - The location of the database (for example, an HDFS path).this@Stability(value=Experimental) public DatabaseProps build()
build in interface software.amazon.jsii.Builder<DatabaseProps>DatabasePropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.