Class CfnDatabasePropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.timestream.CfnDatabasePropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDatabasePropsMixin>
- Enclosing class:
CfnDatabasePropsMixin
@Stability(Stable)
public static final class CfnDatabasePropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDatabasePropsMixin>
A fluent builder for
CfnDatabasePropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()create()create(CfnPropertyMixinOptions options) databaseName(String databaseName) The name of the Timestream database.The identifier of the AWS key used to encrypt the data stored in the database.The identifier of the AWS key used to encrypt the data stored in the database.The tags to add to the database.
-
Method Details
-
create
@Stability(Stable) public static CfnDatabasePropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnDatabasePropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnDatabasePropsMixin.Builder.
-
databaseName
The name of the Timestream database.Length Constraints : Minimum length of 3 bytes. Maximum length of 256 bytes.
- Parameters:
databaseName- The name of the Timestream database. This parameter is required.- Returns:
this- See Also:
-
kmsKeyId
The identifier of the AWS key used to encrypt the data stored in the database.- Parameters:
kmsKeyId- The identifier of the AWS key used to encrypt the data stored in the database. This parameter is required.- Returns:
this- See Also:
-
kmsKeyId
The identifier of the AWS key used to encrypt the data stored in the database.- Parameters:
kmsKeyId- The identifier of the AWS key used to encrypt the data stored in the database. This parameter is required.- Returns:
this- See Also:
-
tags
The tags to add to the database.- Parameters:
tags- The tags to add to the database. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDatabasePropsMixin>- Returns:
- a newly built instance of
CfnDatabasePropsMixin.
-