@Stability(value=Stable) public static final class CfnDatabaseProps.Builder extends Object implements software.amazon.jsii.Builder<CfnDatabaseProps>
CfnDatabaseProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnDatabaseProps |
build()
Builds the configured instance.
|
CfnDatabaseProps.Builder |
catalogId(String catalogId)
Sets the value of
CfnDatabaseProps.getCatalogId() |
CfnDatabaseProps.Builder |
databaseInput(CfnDatabase.DatabaseInputProperty databaseInput)
Sets the value of
CfnDatabaseProps.getDatabaseInput() |
CfnDatabaseProps.Builder |
databaseInput(IResolvable databaseInput)
Sets the value of
CfnDatabaseProps.getDatabaseInput() |
@Stability(value=Stable) public CfnDatabaseProps.Builder catalogId(String catalogId)
CfnDatabaseProps.getCatalogId()catalogId - The AWS account ID for the account in which to create the catalog object. This parameter is required.
To specify the account ID, you can use the
Refintrinsic function with theAWS::AccountIdpseudo parameter. For example:!Ref AWS::AccountId
this@Stability(value=Stable) public CfnDatabaseProps.Builder databaseInput(CfnDatabase.DatabaseInputProperty databaseInput)
CfnDatabaseProps.getDatabaseInput()databaseInput - The metadata for the database. This parameter is required.this@Stability(value=Stable) public CfnDatabaseProps.Builder databaseInput(IResolvable databaseInput)
CfnDatabaseProps.getDatabaseInput()databaseInput - The metadata for the database. This parameter is required.this@Stability(value=Stable) public CfnDatabaseProps build()
build in interface software.amazon.jsii.Builder<CfnDatabaseProps>CfnDatabasePropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.