Interface CreateKxDatabaseResponse.Builder

    • Method Detail

      • databaseName

        CreateKxDatabaseResponse.Builder databaseName​(String databaseName)

        The name of the kdb database.

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

        CreateKxDatabaseResponse.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

        CreateKxDatabaseResponse.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

        CreateKxDatabaseResponse.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

        CreateKxDatabaseResponse.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

        CreateKxDatabaseResponse.Builder lastModifiedTimestamp​(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.

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