Interface GetKxDatabaseResponse.Builder

    • Method Detail

      • databaseName

        GetKxDatabaseResponse.Builder databaseName​(String databaseName)

        The name of the kdb database for which the information is retrieved.

        Parameters:
        databaseName - The name of the kdb database for which the information is retrieved.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • databaseArn

        GetKxDatabaseResponse.Builder databaseArn​(String databaseArn)

        The ARN identifier of the database.

        Parameters:
        databaseArn - The ARN identifier of the database.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • environmentId

        GetKxDatabaseResponse.Builder environmentId​(String environmentId)

        A unique identifier for the kdb environment.

        Parameters:
        environmentId - A unique identifier for the kdb environment.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • description

        GetKxDatabaseResponse.Builder description​(String description)

        A description of the database.

        Parameters:
        description - A description of the database.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • createdTimestamp

        GetKxDatabaseResponse.Builder createdTimestamp​(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.

        Parameters:
        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:
        Returns a reference to this object so that method calls can be chained together.
      • lastModifiedTimestamp

        GetKxDatabaseResponse.Builder lastModifiedTimestamp​(Instant lastModifiedTimestamp)

        The last time that the database was modified. 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.

        Parameters:
        lastModifiedTimestamp - The last time that the database was modified. 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:
        Returns a reference to this object so that method calls can be chained together.
      • lastCompletedChangesetId

        GetKxDatabaseResponse.Builder lastCompletedChangesetId​(String lastCompletedChangesetId)

        A unique identifier for the changeset.

        Parameters:
        lastCompletedChangesetId - A unique identifier for the changeset.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • numBytes

        GetKxDatabaseResponse.Builder numBytes​(Long numBytes)

        The total number of bytes in the database.

        Parameters:
        numBytes - The total number of bytes in the database.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • numChangesets

        GetKxDatabaseResponse.Builder numChangesets​(Integer numChangesets)

        The total number of changesets in the database.

        Parameters:
        numChangesets - The total number of changesets in the database.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • numFiles

        GetKxDatabaseResponse.Builder numFiles​(Integer numFiles)

        The total number of files in the database.

        Parameters:
        numFiles - The total number of files in the database.
        Returns:
        Returns a reference to this object so that method calls can be chained together.