@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 |
databaseName(String databaseName)
Sets the value of
CfnDatabaseProps.getDatabaseName() |
CfnDatabaseProps.Builder |
kmsKeyId(String kmsKeyId)
Sets the value of
CfnDatabaseProps.getKmsKeyId() |
CfnDatabaseProps.Builder |
tags(List<? extends CfnTag> tags)
Sets the value of
CfnDatabaseProps.getTags() |
@Stability(value=Stable) public CfnDatabaseProps.Builder databaseName(String databaseName)
CfnDatabaseProps.getDatabaseName()databaseName - The name of the Timestream database.
Length Constraints : Minimum length of 3 bytes. Maximum length of 256 bytes.this@Stability(value=Stable) public CfnDatabaseProps.Builder kmsKeyId(String kmsKeyId)
CfnDatabaseProps.getKmsKeyId()kmsKeyId - The identifier of the AWS KMS key used to encrypt the data stored in the database.this@Stability(value=Stable) public CfnDatabaseProps.Builder tags(List<? extends CfnTag> tags)
CfnDatabaseProps.getTags()tags - The tags to add to the database.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.