Interface CheckpointUpdatedExecutionState.Builder

    • Method Detail

      • operations

        CheckpointUpdatedExecutionState.Builder operations​(Collection<Operation> operations)

        A list of operations that have been updated since the last checkpoint.

        Parameters:
        operations - A list of operations that have been updated since the last checkpoint.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • operations

        CheckpointUpdatedExecutionState.Builder operations​(Operation... operations)

        A list of operations that have been updated since the last checkpoint.

        Parameters:
        operations - A list of operations that have been updated since the last checkpoint.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextMarker

        CheckpointUpdatedExecutionState.Builder nextMarker​(String nextMarker)

        Indicates that more results are available. Use this value in a subsequent call to retrieve the next page of results.

        Parameters:
        nextMarker - Indicates that more results are available. Use this value in a subsequent call to retrieve the next page of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.