Interface Database.Builder

    • Method Detail

      • arn

        Database.Builder arn​(String arn)

        The Amazon Resource Name that uniquely identifies this database.

        Parameters:
        arn - The Amazon Resource Name that uniquely identifies this database.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • databaseName

        Database.Builder databaseName​(String databaseName)

        The name of the Timestream database.

        Parameters:
        databaseName - The name of the Timestream database.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tableCount

        Database.Builder tableCount​(Long tableCount)

        The total number of tables found within a Timestream database.

        Parameters:
        tableCount - The total number of tables found within a Timestream database.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • kmsKeyId

        Database.Builder kmsKeyId​(String kmsKeyId)

        The identifier of the KMS key used to encrypt the data stored in the database.

        Parameters:
        kmsKeyId - The identifier of the KMS key used to encrypt the data stored in the database.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • creationTime

        Database.Builder creationTime​(Instant creationTime)

        The time when the database was created, calculated from the Unix epoch time.

        Parameters:
        creationTime - The time when the database was created, calculated from the Unix epoch time.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastUpdatedTime

        Database.Builder lastUpdatedTime​(Instant lastUpdatedTime)

        The last time that this database was updated.

        Parameters:
        lastUpdatedTime - The last time that this database was updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.