public static interface Database.Builder extends SdkPojo, CopyableBuilder<Database.Builder,Database>
| Modifier and Type | Method and Description |
|---|---|
Database.Builder |
arn(String arn)
The Amazon Resource Name that uniquely identifies this database.
|
Database.Builder |
creationTime(Instant creationTime)
The time when the database was created, calculated from the Unix epoch time.
|
Database.Builder |
databaseName(String databaseName)
The name of the Timestream database.
|
Database.Builder |
kmsKeyId(String kmsKeyId)
The identifier of the KMS key used to encrypt the data stored in the database.
|
Database.Builder |
lastUpdatedTime(Instant lastUpdatedTime)
The last time that this database was updated.
|
Database.Builder |
tableCount(Long tableCount)
The total number of tables found within a Timestream database.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDatabase.Builder arn(String arn)
The Amazon Resource Name that uniquely identifies this database.
arn - The Amazon Resource Name that uniquely identifies this database.Database.Builder databaseName(String databaseName)
The name of the Timestream database.
databaseName - The name of the Timestream database.Database.Builder tableCount(Long tableCount)
The total number of tables found within a Timestream database.
tableCount - The total number of tables found within a Timestream database.Database.Builder kmsKeyId(String kmsKeyId)
The identifier of the KMS key used to encrypt the data stored in the database.
kmsKeyId - The identifier of the KMS key used to encrypt the data stored in the database.Database.Builder creationTime(Instant creationTime)
The time when the database was created, calculated from the Unix epoch time.
creationTime - The time when the database was created, calculated from the Unix epoch time.Database.Builder lastUpdatedTime(Instant lastUpdatedTime)
The last time that this database was updated.
lastUpdatedTime - The last time that this database was updated.Copyright © 2023. All rights reserved.