@Stability(value=Stable) public static final class CfnDatabase.DatabaseIdentifierProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnDatabase.DatabaseIdentifierProperty>
CfnDatabase.DatabaseIdentifierProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnDatabase.DatabaseIdentifierProperty |
build()
Builds the configured instance.
|
CfnDatabase.DatabaseIdentifierProperty.Builder |
catalogId(String catalogId)
Sets the value of
CfnDatabase.DatabaseIdentifierProperty.getCatalogId() |
CfnDatabase.DatabaseIdentifierProperty.Builder |
databaseName(String databaseName)
Sets the value of
CfnDatabase.DatabaseIdentifierProperty.getDatabaseName() |
@Stability(value=Stable) public CfnDatabase.DatabaseIdentifierProperty.Builder catalogId(String catalogId)
CfnDatabase.DatabaseIdentifierProperty.getCatalogId()catalogId - The ID of the Data Catalog in which the database resides.this@Stability(value=Stable) public CfnDatabase.DatabaseIdentifierProperty.Builder databaseName(String databaseName)
CfnDatabase.DatabaseIdentifierProperty.getDatabaseName()databaseName - The name of the catalog database.this@Stability(value=Stable) public CfnDatabase.DatabaseIdentifierProperty build()
build in interface software.amazon.jsii.Builder<CfnDatabase.DatabaseIdentifierProperty>CfnDatabase.DatabaseIdentifierPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.