@Stability(value=Stable) public static final class CfnDatabase.Builder extends Object implements software.amazon.jsii.Builder<CfnDatabase>
CfnDatabase.| Modifier and Type | Method and Description |
|---|---|
CfnDatabase |
build() |
static CfnDatabase.Builder |
create(software.constructs.Construct scope,
String id) |
CfnDatabase.Builder |
databaseName(String databaseName)
The name of the Timestream database.
|
CfnDatabase.Builder |
kmsKeyId(String kmsKeyId)
The identifier of the AWS KMS key used to encrypt the data stored in the database.
|
CfnDatabase.Builder |
tags(List<? extends CfnTag> tags)
The tags to add to the database.
|
@Stability(value=Stable) public static CfnDatabase.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnDatabase.Builder.@Stability(value=Stable) public CfnDatabase.Builder databaseName(String databaseName)
Length Constraints : Minimum length of 3 bytes. Maximum length of 256 bytes.
databaseName - The name of the Timestream database. This parameter is required.this@Stability(value=Stable) public CfnDatabase.Builder kmsKeyId(String kmsKeyId)
kmsKeyId - The identifier of the AWS KMS key used to encrypt the data stored in the database. This parameter is required.this@Stability(value=Stable) public CfnDatabase.Builder tags(List<? extends CfnTag> tags)
tags - The tags to add to the database. This parameter is required.this@Stability(value=Stable) public CfnDatabase build()
build in interface software.amazon.jsii.Builder<CfnDatabase>Copyright © 2022. All rights reserved.