Interface CreateKxChangesetResponse.Builder

    • Method Detail

      • changesetId

        CreateKxChangesetResponse.Builder changesetId​(String changesetId)

        A unique identifier for the changeset.

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

        CreateKxChangesetResponse.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.
      • environmentId

        CreateKxChangesetResponse.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.
      • changeRequests

        CreateKxChangesetResponse.Builder changeRequests​(Collection<ChangeRequest> changeRequests)

        A list of change requests.

        Parameters:
        changeRequests - A list of change requests.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • changeRequests

        CreateKxChangesetResponse.Builder changeRequests​(ChangeRequest... changeRequests)

        A list of change requests.

        Parameters:
        changeRequests - A list of change requests.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • createdTimestamp

        CreateKxChangesetResponse.Builder createdTimestamp​(Instant createdTimestamp)

        The timestamp at which the changeset was 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 changeset was 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

        CreateKxChangesetResponse.Builder lastModifiedTimestamp​(Instant lastModifiedTimestamp)

        The timestamp at which the changeset 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 timestamp at which the changeset 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.
      • status

        CreateKxChangesetResponse.Builder status​(String status)

        Status of the changeset creation process.

        • Pending – Changeset creation is pending.

        • Processing – Changeset creation is running.

        • Failed – Changeset creation has failed.

        • Complete – Changeset creation has succeeded.

        Parameters:
        status - Status of the changeset creation process.

        • Pending – Changeset creation is pending.

        • Processing – Changeset creation is running.

        • Failed – Changeset creation has failed.

        • Complete – Changeset creation has succeeded.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ChangesetStatus, ChangesetStatus
      • status

        CreateKxChangesetResponse.Builder status​(ChangesetStatus status)

        Status of the changeset creation process.

        • Pending – Changeset creation is pending.

        • Processing – Changeset creation is running.

        • Failed – Changeset creation has failed.

        • Complete – Changeset creation has succeeded.

        Parameters:
        status - Status of the changeset creation process.

        • Pending – Changeset creation is pending.

        • Processing – Changeset creation is running.

        • Failed – Changeset creation has failed.

        • Complete – Changeset creation has succeeded.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ChangesetStatus, ChangesetStatus
      • errorInfo

        CreateKxChangesetResponse.Builder errorInfo​(ErrorInfo errorInfo)

        The details of the error that you receive when creating a changeset. It consists of the type of error and the error message.

        Parameters:
        errorInfo - The details of the error that you receive when creating a changeset. It consists of the type of error and the error message.
        Returns:
        Returns a reference to this object so that method calls can be chained together.