Uses of Interface
software.amazon.awssdk.services.timestreamwrite.model.Database.Builder
-
Packages that use Database.Builder Package Description software.amazon.awssdk.services.timestreamwrite.model -
-
Uses of Database.Builder in software.amazon.awssdk.services.timestreamwrite.model
Methods in software.amazon.awssdk.services.timestreamwrite.model that return Database.Builder Modifier and Type Method Description Database.BuilderDatabase.Builder. arn(String arn)The Amazon Resource Name that uniquely identifies this database.static Database.BuilderDatabase. builder()Database.BuilderDatabase.Builder. creationTime(Instant creationTime)The time when the database was created, calculated from the Unix epoch time.Database.BuilderDatabase.Builder. databaseName(String databaseName)The name of the Timestream database.Database.BuilderDatabase.Builder. kmsKeyId(String kmsKeyId)The identifier of the KMS key used to encrypt the data stored in the database.Database.BuilderDatabase.Builder. lastUpdatedTime(Instant lastUpdatedTime)The last time that this database was updated.Database.BuilderDatabase.Builder. tableCount(Long tableCount)The total number of tables found within a Timestream database.Database.BuilderDatabase. toBuilder()Methods in software.amazon.awssdk.services.timestreamwrite.model that return types with arguments of type Database.Builder Modifier and Type Method Description static Class<? extends Database.Builder>Database. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.timestreamwrite.model with type arguments of type Database.Builder Modifier and Type Method Description default CreateDatabaseResponse.BuilderCreateDatabaseResponse.Builder. database(Consumer<Database.Builder> database)The newly created Timestream database.default DescribeDatabaseResponse.BuilderDescribeDatabaseResponse.Builder. database(Consumer<Database.Builder> database)The name of the Timestream table.default UpdateDatabaseResponse.BuilderUpdateDatabaseResponse.Builder. database(Consumer<Database.Builder> database)Sets the value of the Database property for this object.
-