Class CreateKxDatabaseResponse

    • Method Detail

      • databaseName

        public final String databaseName()

        The name of the kdb database.

        Returns:
        The name of the kdb database.
      • databaseArn

        public final String databaseArn()

        The ARN identifier of the database.

        Returns:
        The ARN identifier of the database.
      • environmentId

        public final String environmentId()

        A unique identifier for the kdb environment.

        Returns:
        A unique identifier for the kdb environment.
      • description

        public final String description()

        A description of the database.

        Returns:
        A description of the database.
      • createdTimestamp

        public final Instant createdTimestamp()

        The timestamp at which the database is created in FinSpace. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.

        Returns:
        The timestamp at which the database is created in FinSpace. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.
      • lastModifiedTimestamp

        public final Instant lastModifiedTimestamp()

        The last time that the database was updated in FinSpace. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.

        Returns:
        The last time that the database was updated in FinSpace. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object