@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 - `CfnDatabase.DatabaseIdentifierProperty.CatalogId`.this@Stability(value=Stable) public CfnDatabase.DatabaseIdentifierProperty.Builder databaseName(String databaseName)
CfnDatabase.DatabaseIdentifierProperty.getDatabaseName()databaseName - `CfnDatabase.DatabaseIdentifierProperty.DatabaseName`.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 © 2021. All rights reserved.